Skip to content

Commit

Permalink
[STYLE] Format cpp/h files (#454)
Browse files Browse the repository at this point in the history
Format cudnn.cpp and cudnn.h files. Required to merge with CentML/hidet
  • Loading branch information
vadiklyutiy authored Jul 22, 2024
1 parent bc5a6df commit 1f1b011
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 275 deletions.
5 changes: 2 additions & 3 deletions include/hidet/runtime/cuda/cudnn.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ typedef struct cudnnConvolutionStruct *cudnnConvolutionDescriptor_t;

struct CudnnContext {
cudnnHandle_t handles[HIDET_CUDNN_MAX_GPUS];
static CudnnContext* global();
static CudnnContext *global();
static cudnnHandle_t current_handle();
};

DLL void hidet_cudnn_set_library_path(const char* path);

DLL void hidet_cudnn_set_library_path(const char *path);
Loading

0 comments on commit 1f1b011

Please sign in to comment.