Skip to content

Commit 5bfb048

Browse files
committed
Downgrading nvrtc to 12.8: remove fast-compile flag (requires 12.9+)
1 parent c3b59e0 commit 5bfb048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/luxrays/utils/cuda.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ bool cudaKernelCache::ForcedCompilePTX(const vector<string> &kernelsParameters,
9797
cudaOpts.push_back("--diag_suppress=68");
9898

9999
// Accelerate compilation
100-
cudaOpts.push_back("--Ofast-compile=min");
100+
//cudaOpts.push_back("--Ofast-compile=min"); # Only 12.9+
101101
cudaOpts.push_back("--split-compile=0");
102102

103103
// Enable pre-compiled headers

0 commit comments

Comments
 (0)