Skip to content

Commit a5c4cd2

Browse files
committed
Unmark broken GPU tests
1 parent bf3c51d commit a5c4cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gpu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
cx = cu(x)
77
@test cx isa CuArray
88

9-
@test_broken onecold(cu([1.0, 2.0, 3.0])) == 3 # scalar indexing error?
9+
@test onecold(cu([1.0, 2.0, 3.0])) == 3
1010

1111
x = onehotbatch([1, 2, 3], 1:3)
1212
cx = cu(x)

0 commit comments

Comments
 (0)