Skip to content

Commit

Permalink
comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjbrowning committed Sep 9, 2024
1 parent 407b81f commit ac5bddb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sphericart/include/dynamic_cuda.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@ class DynamicCUDA {
using cudaPointerGetAttributes_t = cudaError_t (*)(cudaPointerAttributes*, const void*);
using cudaFree_t = cudaError_t (*)(void*);

//__host__​cudaError_t cudaMemcpy ( void* dst, const void* src, size_t count, cudaMemcpyKind kind )

// Public methods to access function pointers

// cuda driver functions
cuInit_t cuInit;
cuDeviceGetCount_t cuDeviceGetCount;
Expand Down

0 comments on commit ac5bddb

Please sign in to comment.