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.
1 parent bf3c51d commit a5c4cd2Copy full SHA for a5c4cd2
test/gpu.jl
@@ -6,7 +6,7 @@
6
cx = cu(x)
7
@test cx isa CuArray
8
9
- @test_broken onecold(cu([1.0, 2.0, 3.0])) == 3 # scalar indexing error?
+ @test onecold(cu([1.0, 2.0, 3.0])) == 3
10
11
x = onehotbatch([1, 2, 3], 1:3)
12
0 commit comments