Skip to content

Commit a7a32ce

Browse files
committed
Don't include JLArray implementation in the main GPUArrays module.
1 parent ca079ee commit a7a32ce

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/GPUArrays.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ include("host/random.jl")
3434
include("host/quirks.jl")
3535
include("host/uniformscaling.jl")
3636

37-
# CPU reference implementation
38-
include("reference.jl")
39-
4037
include("deprecated.jl")
4138

4239

File renamed without changes.

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ using GPUArrays, Test
33
include("testsuite.jl")
44

55
@testset "JLArray" begin
6-
using GPUArrays.JLArrays
6+
include("jlarray.jl")
7+
using .JLArrays
78

89
jl([1])
910

0 commit comments

Comments
 (0)