We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329b436 commit 3f58fd9Copy full SHA for 3f58fd9
src/cuda_wrap.cc
@@ -39,7 +39,7 @@
39
do { \
40
cudaDriverEntryPointQueryResult driverStatus = cudaDriverEntryPointSymbolNotFound; \
41
CHECK_CUDA(cudaGetDriverEntryPointByVersion(#symbol, (void**)(&cuFnTable.pfn_##symbol), version, \
42
- cudaEnableDefault,&driverStatus)); \
+ cudaEnableDefault, &driverStatus)); \
43
if (driverStatus != cudaDriverEntryPointSuccess) { THROW_CUDA_ERROR("cudaGetDriverEntryPointByVersion failed."); } \
44
} while (false)
45
#elif CUDART_VERSION >= 12000
0 commit comments