Skip to content

Commit

Permalink
Fix kernel test
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristin22 committed Oct 12, 2024
1 parent d579393 commit 0aba981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CUDA/GradientKernels.cu
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ __global__ void kernel_with_nested_device_call(double *out, double *in, double v
// CHECK: __attribute__((device)) void device_with_device_call_pullback_0_1_3(double *in, double val, double _d_y, double *_d_in, double *_d_val) {
//CHECK-NEXT: {
//CHECK-NEXT: double _r0 = 0.;
//CHECK-NEXT: device_fn_4_pullback(in, val, _d_y, _d_in, &_r0);
//CHECK-NEXT: device_fn_4_pullback_0_1_3(in, val, _d_y, _d_in, &_r0);
//CHECK-NEXT: *_d_val += _r0;
//CHECK-NEXT: }
//CHECK-NEXT:}
Expand Down

0 comments on commit 0aba981

Please sign in to comment.