Skip to content

Commit

Permalink
Fix tests after master rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristin22 committed Oct 27, 2024
1 parent 6a3f79a commit 0d23492
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 @@ -456,6 +456,7 @@ double fn_memory(double *out, double *in) {
//CHECK-NEXT: kernel_call<<<1, 10>>>(out, in_dev);
//CHECK-NEXT: cudaDeviceSynchronize();
//CHECK-NEXT: double *_d_out_host = (double *)malloc(10 * sizeof(double));
//CHECK-NEXT: memset(_d_out_host, 0, 10 * sizeof(double));
//CHECK-NEXT: double *out_host = (double *)malloc(10 * sizeof(double));
//CHECK-NEXT: cudaMemcpy(out_host, out, 10 * sizeof(double), cudaMemcpyDeviceToHost);
//CHECK-NEXT: double _d_res = 0.;
Expand Down

0 comments on commit 0d23492

Please sign in to comment.