File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -70,15 +70,8 @@ function test_field_broadcast(;
70
70
ref_set_result = nothing ,
71
71
time_ratio_limit = 10 ,
72
72
max_eps_error_limit = 10 ,
73
- test_broken_with_cuda = false ,
74
73
)
75
74
@testset " $test_name " begin
76
- if test_broken_with_cuda && using_cuda
77
- @test_throws invalid_ir_error materialize (get_result)
78
- @warn " $test_name :\n\t CUDA.InvalidIRError"
79
- return
80
- end
81
-
82
75
result = materialize (get_result)
83
76
result_copy = copy (result)
84
77
time = @benchmark materialize! (result, set_result)
Original file line number Diff line number Diff line change 330
330
)
331
331
),
332
332
time_ratio_limit = 30 , # This case's ref function is fast on Buildkite.
333
- test_broken_with_cuda = true , # TODO : Fix this.
334
333
)
335
334
336
335
# TODO : For some reason, we need to compile and run @test_opt on several
You can’t perform that action at this time.
0 commit comments