File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
nanovdb/nanovdb/util/cuda Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
56
56
// cudaMallocAsync and cudaFreeAsync were introduced in CUDA 11.2, for older CUDA
57
57
// versions fall back to cudaMalloc and cudaFree. The fallback can also be forced
58
- // using the USE_SYNC_CUDA_MALLOC flag. This may be useful when deploying nanoVDB
58
+ // using the NANOVDB_USE_SYNC_CUDA_MALLOC flag. This may be useful when deploying nanoVDB
59
59
// code in virtualized environments that share the GPU between instances by slicing
60
60
// it up into vGPU's. In such environments GPU unified memory is usually disabled
61
61
// out of security considerations, which means cudaMallocAsync can not be used.
@@ -148,4 +148,4 @@ __device__ inline bool cudaStrEq(const char *lhs, const char *rhs)
148
148
149
149
#endif // __CUDACC__
150
150
151
- #endif // NANOVDB_CUDA_UTILS_H_HAS_BEEN_INCLUDED
151
+ #endif // NANOVDB_CUDA_UTILS_H_HAS_BEEN_INCLUDED
You can’t perform that action at this time.
0 commit comments