Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
xukai92 committed Sep 18, 2019
1 parent 1c9e3f1 commit f6eea0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gpu.jl
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
using CuArrays

Base.inv(x::CuArray{T,2}) where {T} = CuArrays.CUBLAS.matinv_batched([x])[2][1]

0 comments on commit f6eea0f

Please sign in to comment.