Skip to content

Commit

Permalink
typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjbrowning committed Oct 15, 2024
1 parent 0ad7f92 commit 64b1c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphericart/include/dynamic_cuda.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ static std::aligned_storage<sizeof(NVRTC), alignof(NVRTC)>::type nvrtcBuffer;

/*
global references that should be used by any dependent code. Use inline instead of extern as we want
to define the implementation in single-header.
to define the implementation in a single-header.
*/
inline CUDART& CUDART_INSTANCE = reinterpret_cast<CUDART&>(cudartBuffer);
inline CUDADriver& CUDA_DRIVER_INSTANCE = reinterpret_cast<CUDADriver&>(cudaDriverBuffer);
Expand Down

0 comments on commit 64b1c97

Please sign in to comment.