Skip to content

Commit

Permalink
formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjbrowning committed Dec 18, 2024
1 parent 21d6793 commit 08f9455
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 @@ -75,7 +75,6 @@ within the libcudart.so library (see CUDA Runtime API:
*/
class CUDART {
public:

static CUDART& instance() {
static CUDART instance;
return instance;
Expand Down Expand Up @@ -153,7 +152,6 @@ within the libcuda.so library (CUDA Driver API:
class CUDADriver {

public:

static CUDADriver& instance() {
static CUDADriver instance;
return instance;
Expand Down Expand Up @@ -271,7 +269,6 @@ libnvrtc.so library (see NVRTC API: https://docs.nvidia.com/cuda/nvrtc/index.htm
class NVRTC {

public:

static NVRTC& instance() {
static NVRTC instance;
return instance;
Expand Down

0 comments on commit 08f9455

Please sign in to comment.