Skip to content

Commit

Permalink
update: remove cuda check #2
Browse files Browse the repository at this point in the history
  • Loading branch information
CyFeng16 committed Sep 7, 2020
1 parent 4a84199 commit 7d9aa3d
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,13 +416,6 @@ int correlation_forward_cuda_kernel(at::Tensor& output,

cudaError_t err = cudaGetLastError();


// check for errors
if (err != cudaSuccess) {
printf("error in correlation_forward_cuda_kernel: %s\n", cudaGetErrorString(err));
return 0;
}

return 1;
}

Expand Down

0 comments on commit 7d9aa3d

Please sign in to comment.