Skip to content

Commit d51b159

Browse files
authored
Merge pull request #60 from JuliaGPU/ksh/checked
Fix import of checked macro
2 parents e88e268 + 3cf4a24 commit d51b159

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libnccl.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ using CEnum
88
const NULL = C_NULL
99
const INT_MIN = typemin(Cint)
1010

11-
import CUDA.APIUtils: @checked
12-
import CUDA: CuPtr, CUstream
11+
import CUDA: @checked, CuPtr, CUstream
1312

1413
function check(f)
1514
res = f()::ncclResult_t

0 commit comments

Comments
 (0)