Skip to content
Snippets Groups Projects
Commit b944cdef authored by prrathi's avatar prrathi
Browse files

trying

parent 57c1e6fd
No related branches found
No related tags found
1 merge request!115GPU backend
Pipeline #201071 failed
......@@ -2,4 +2,4 @@ test-job:
stage: test
script:
- cargo test
- cargo test --features=cuda
- RUSTFLAGS="-C link-arg=-Wl,--no-as-needed" cargo build --features=cuda -vv
......@@ -19,8 +19,8 @@ fn main() {
println!("cargo::rustc-link-search=native={}", out_dir);
println!("cargo::rustc-link-search=native=/usr/lib/x86_64-linux-gnu/");
println!("cargo::rustc-link-search=native=/usr/local/cuda/lib64");
println!("cargo::rustc-link-lib=cudart");
println!("cargo::rustc-link-lib=static=rtdefs");
println!("cargo::rustc-link-lib=cudart");
println!("cargo::rerun-if-changed=src/rtdefs.cu");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment