Skip to content

Commit 339a5f8

Browse files
Update ext/JLArraysExt.jl
Co-authored-by: Anshul Singhvi <anshulsinghvi@gmail.com>
1 parent 16ee911 commit 339a5f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ext/JLArraysExt.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
module JLArraysExt
2-
using JLArrays
2+
using JLArrays: JLBackend
33
import DiffEqGPU
44

5-
using .JLArrays
6-
import .JLArrays: JLBackend
7-
85
DiffEqGPU.maybe_prefer_blocks(::JLBackend) = JLBackend()
96

107
end

0 commit comments

Comments
 (0)