Skip to content

Commit

Permalink
Fix cuda tests 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristin22 committed Oct 22, 2024
1 parent c2555a3 commit 51ae88f
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 @@ -488,7 +488,7 @@ double fn_memory(double *out, double *in) {
//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, &_r2, &_r3);
//CHECK-NEXT: }
//CHECK-NEXT: kernel_call_pullback<<<1, 10>>>(out, in, _d_out, _d_in);
//CHECK-NEXT: kernel_call_pullback<<<1, 10>>>(out, in_dev, _d_out, _d_in_dev);
//CHECK-NEXT: {
//CHECK-NEXT: unsigned long _r0 = 0UL;
//CHECK-NEXT: cudaMemcpyKind _r1 = static_cast<cudaMemcpyKind>(0U);
Expand Down

0 comments on commit 51ae88f

Please sign in to comment.