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

trying

parent 8051fcf9
No related branches found
No related tags found
1 merge request!115GPU backend
Pipeline #201070 failed
......@@ -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=static=rtdefs");
println!("cargo::rustc-link-lib=cudart");
println!("cargo::rustc-link-lib=static=rtdefs");
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