We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0da3f commit 401e0efCopy full SHA for 401e0ef
tests/difftests/tests/simple-compute/simple-compute-rust/src/main.rs
@@ -1,6 +1,5 @@
1
use difftest::config::Config;
2
use difftest::scaffold::compute::{RustComputeShader, WgpuComputeTest};
3
-use std::path::PathBuf;
4
5
fn main() {
6
// Load the config from the harness.
tests/difftests/tests/simple-compute/simple-compute-wgsl/src/main.rs
use difftest::scaffold::compute::{WgpuComputeTest, WgslComputeShader};
0 commit comments