Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

Commit 5aa4202

Browse files
committed
Fix error type.
1 parent 70decc3 commit 5aa4202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blas/error.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const preinit_apicalls = Set{Symbol}([
4949

5050
# outlined functionality to avoid GC frame allocation
5151
@noinline function throw_api_error(res)
52-
throw(CuError(res))
52+
throw(CUBLASError(res))
5353
end
5454

5555
macro check(ex)

0 commit comments

Comments
 (0)