Skip to content

Commit

Permalink
Add C10_CUDA_KERNEL_LAUNCH_CHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyever committed Apr 28, 2024
1 parent b34eac4 commit 33ee903
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,7 +99,7 @@ at::Tensor _float_to_bfloat16_cuda(const at::Tensor& input) {
#else
reinterpret_cast<uint16_t*>(output.mutable_data_ptr<at::Half>()));
#endif
//C10_CUDA_KERNEL_LAUNCH_CHECK();
C10_CUDA_KERNEL_LAUNCH_CHECK();
return output;
}
Expand Down

0 comments on commit 33ee903

Please sign in to comment.