Skip to content

Commit 3f17bb9

Browse files
committed
Fix typo.
1 parent a719eb3 commit 3f17bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cublas/CUBLAS.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function xt_handle()
152152
finalizer(current_task()) do task
153153
push!(idle_xt_handles, cuda.context, new_handle) do
154154
# TODO: which context do we need to destroy this on?
155-
cublasXtDestroy(handle)
155+
cublasXtDestroy(new_handle)
156156
end
157157
end
158158

0 commit comments

Comments
 (0)