Skip to content
Snippets Groups Projects

GPU backend

Merged prathi3 requested to merge gpu-cg into main
2 files
+ 7
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
3
@@ -1017,9 +1017,6 @@ impl PassManager {
let mut nvcc_process = Command::new("nvcc")
.arg("-c")
.arg("-O3")
.arg("-lcudart")
.arg("-L/usr/lib/x86_64-linux-gnu")
.arg("-L/usr/local/cuda/lib64")
.arg("-o")
.arg(&cuda_object)
.arg(&cuda_path)
Loading