Skip to content

Commit

Permalink
Merge branch 'cudnn_conv' of https://github.com/hidet-org/hidet into …
Browse files Browse the repository at this point in the history
…cudnn_conv
  • Loading branch information
Yudi Sun committed Jun 27, 2024
2 parents 40a6149 + 68192fd commit 8236c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hidet/runtime/cuda/cudnn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ CudnnContext *CudnnContext::global()
{
// create cudnn handle for each gpu
int count = hidet_cuda_device_count();
assert(count <= HIDET_CUBLAS_MAX_GPUS);
assert(count <= HIDET_CUDNN_MAX_GPUS);

int current_device = hidet_cuda_get_device();
for (int i = 0; i < count; i++)
Expand Down

0 comments on commit 8236c5e

Please sign in to comment.