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(;
7070    ref_set_result =  nothing ,
7171    time_ratio_limit =  10 ,
7272    max_eps_error_limit =  10 ,
73-     test_broken_with_cuda =  false ,
7473)
7574    @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- 
8275        result =  materialize (get_result)
8376        result_copy =  copy (result)
8477        time =  @benchmark  materialize! (result, set_result)
Original file line number Diff line number Diff line change 330330            )
331331        ),
332332        time_ratio_limit =  30 , #  This case's ref function is fast on Buildkite.
333-         test_broken_with_cuda =  true , #  TODO : Fix this.
334333    )
335334
336335    #  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