Skip to content

Commit 662927f

Browse files
committed
[PHI] Remove CUDA error checking of fused_transpose_split_quant kernel
1 parent 65a79c4 commit 662927f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

paddle/phi/kernels/fusion/gpu/fused_transpose_split_quant_kernel.cu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,6 @@ void FusedTransposeSplitQuantKernel(
293293

294294
#undef LAUNCH_KERNEL_PARTIAL
295295
#undef LAUNCH_KERNEL
296-
297-
PADDLE_ENFORCE_GPU_SUCCESS(cudaGetLastError());
298296
}
299297

300298
} // namespace phi

0 commit comments

Comments
 (0)