Skip to content

Commit

Permalink
Fix cuda tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristin22 authored and vgvassilev committed Oct 27, 2024
1 parent be2c90f commit d63e035
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 @@ -486,7 +486,7 @@ double fn_memory(double *out, double *in) {
//CHECK-NEXT: {
//CHECK-NEXT: unsigned long _r2 = 0UL;
//CHECK-NEXT: cudaMemcpyKind _r3 = static_cast<cudaMemcpyKind>(0U);
//CHECK-NEXT: clad::custom_derivatives::cudaMemcpy_pullback(out_host, out, 10 * sizeof(double), cudaMemcpyDeviceToHost, _d_out_host, _d_out, &_r0, &_r1);
//CHECK-NEXT: clad::custom_derivatives::cudaMemcpy_pullback(out_host, out, 10 * sizeof(double), cudaMemcpyDeviceToHost, _d_out_host, _d_out, &_r2, &_r3);
//CHECK-NEXT: }
//CHECK-NEXT: kernel_call_pullback<<<1, 10>>>(out, in, _d_out, _d_in);
//CHECK-NEXT: {
Expand Down

0 comments on commit d63e035

Please sign in to comment.