Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
w0utert committed Apr 25, 2024
1 parent f6e3254 commit 2e63b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nanovdb/nanovdb/util/cuda/CudaUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

// cudaMallocAsync and cudaFreeAsync were introduced in CUDA 11.2, for older CUDA
// versions fall back to cudaMalloc and cudaFree. The fallback can also be forced
// using the USE_SYNC_CUDA_MALLOC flag. This may be useful when deploying nanoVDB
// using the NANOVDB_USE_SYNC_CUDA_MALLOC flag. This may be useful when deploying nanoVDB
// code in virtualized environments that share the GPU between instances by slicing
// it up into vGPU's. In such environments GPU unified memory is usually disabled
// out of security considerations, which means cudaMallocAsync can not be used.
Expand Down Expand Up @@ -148,4 +148,4 @@ __device__ inline bool cudaStrEq(const char *lhs, const char *rhs)

#endif// __CUDACC__

#endif// NANOVDB_CUDA_UTILS_H_HAS_BEEN_INCLUDED
#endif// NANOVDB_CUDA_UTILS_H_HAS_BEEN_INCLUDED

0 comments on commit 2e63b1e

Please sign in to comment.