Skip to content

Commit

Permalink
improve logging and stat bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Jul 8, 2023
1 parent aba4ea3 commit 44002ad
Show file tree
Hide file tree
Showing 110 changed files with 2,639 additions and 1,932 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,6 @@ on: [push, pull_request]
jobs:
feature-matrix:
uses: ./.github/workflows/feature-matrix.yml
# test-main:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: dtolnay/rust-toolchain@stable
#
# - name: Lint
# continue-on-error: true # for now we are not too pedantic
# run: >-
# cargo clippy
# --package casimu
# --tests
# --benches
# --examples
# --all-targets
# -- -Dclippy::all -Dclippy::pedantic
#
# - name: Test
# run: >-
# cargo test
# --package casimu
# --all-targets
test:
name: test ${{ matrix.package.name }} (${{ matrix.package.features }})
runs-on: ubuntu-latest
Expand Down Expand Up @@ -60,12 +38,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
# - name: Install CUDA
# uses: Jimver/cuda-toolkit@v0.2.10
# id: cuda-toolkit
# with:
# cuda: '11.7.0'
# linux-local-args: '["--driver", "--toolkit"]'
- name: Publish crates (dry-run)
uses: romnn/publish-crates@main
with:
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Pipfile.lock
# cuda installation files
cuda_*.run

# json traces can get too big
/test-apps/*/traces/*/trace.json

# code coverage files
**/*.profraw
/coverage
Loading

0 comments on commit 44002ad

Please sign in to comment.