Skip to content

Commit

Permalink
oidn
Browse files Browse the repository at this point in the history
  • Loading branch information
float3 committed Apr 4, 2024
1 parent 084708b commit 3ef079c
Show file tree
Hide file tree
Showing 35 changed files with 3,994 additions and 122 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[env]
OIDN_DIR = { value = "./oidn/oidn", reative = true }
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: render
run: |
cargo run --release -- --multiplier=4 --all
cargo run --release -F thread_rng -F oidn --no-default-features -- --multiplier=4 --all
- name: commit
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: test
run: |
cargo test --release --all-features --all-targets --all
cargo test --release -F oidn -F thread_rng --no-default-features --all-targets --all
- name: commit
run: |
Expand Down
Loading

0 comments on commit 3ef079c

Please sign in to comment.