Skip to content

Commit 4c01b38

Browse files
committed
Fix typo in comment
Signed-off-by: Wouter Bijlsma <[email protected]>
1 parent 0f46c21 commit 4c01b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nanovdb/nanovdb/util/cuda/CudaUtils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
// cudaMallocAsync and cudaFreeAsync were introduced in CUDA 11.2, for older CUDA
5757
// 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
5959
// code in virtualized environments that share the GPU between instances by slicing
6060
// it up into vGPU's. In such environments GPU unified memory is usually disabled
6161
// 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)
148148

149149
#endif// __CUDACC__
150150

151-
#endif// NANOVDB_CUDA_UTILS_H_HAS_BEEN_INCLUDED
151+
#endif// NANOVDB_CUDA_UTILS_H_HAS_BEEN_INCLUDED

0 commit comments

Comments
 (0)