Skip to content

Commit

Permalink
Fix cuda const tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristin22 committed Nov 6, 2024
1 parent d76c0ca commit 63c0394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/CUDA/GradientKernels.cu
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ void launch_add_kernel_4(int *out, int *in, const int N) {
//CHECK-NEXT: unsigned long _r0 = 0UL;
//CHECK-NEXT: cudaMemcpyKind _r1 = static_cast<cudaMemcpyKind>(0U);
//CHECK-NEXT: clad::custom_derivatives::cudaMemcpy_pullback(in_dev, in, N * sizeof(int), cudaMemcpyHostToDevice, _d_in_dev, _d_in, &_r0, &_r1);
//CHECK-NEXT: _d_N += _r0 * sizeof(int);
//CHECK-NEXT: }
//CHECK-NEXT: cudaFree(in_dev);
//CHECK-NEXT: cudaFree(_d_in_dev);
Expand Down

0 comments on commit 63c0394

Please sign in to comment.