We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JLArray
1 parent a5c4cd2 commit 4272628Copy full SHA for 4272628
test/gpu.jl
@@ -6,7 +6,7 @@
6
cx = cu(x)
7
@test cx isa CuArray
8
9
- @test onecold(cu([1.0, 2.0, 3.0])) == 3
+ @test_skip onecold(cu([1.0, 2.0, 3.0])) == 3 # passes with CuArray with Julia 1.6, but fails with JLArray
10
11
x = onehotbatch([1, 2, 3], 1:3)
12
0 commit comments