Skip to content

Commit 3ef079c

Browse files
committed
oidn
1 parent 084708b commit 3ef079c

35 files changed

+3994
-122
lines changed

.cargo/config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[env]
2+
OIDN_DIR = { value = "./oidn/oidn", reative = true }

.github/workflows/CI.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: render
3030
run: |
31-
cargo run --release -- --multiplier=4 --all
31+
cargo run --release -F thread_rng -F oidn --no-default-features -- --multiplier=4 --all
3232
3333
- name: commit
3434
run: |

.github/workflows/tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: test
3030
run: |
3131
cargo test --release --all-features --all-targets --all
32+
cargo test --release -F oidn -F thread_rng --no-default-features --all-targets --all
3233
3334
- name: commit
3435
run: |

0 commit comments

Comments
 (0)