Skip to content

Commit 6fe4611

Browse files
committed
[https://nvbugs/5970614][chore] Drop nvbug pointer comment in quantize_with_block_size
Signed-off-by: Tianyu Xiong <117647511+tianyuxbear@users.noreply.github.com>
1 parent 5516393 commit 6fe4611

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cpp/tensorrt_llm/kernels/quantization.cuh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,6 @@ quantize_with_block_size(
897897
}
898898
}
899899
}
900-
// Fix for nvbugs/5970614 (https://nvbugspro.nvidia.com/bug/5970614).
901900
// PDL completion is reported when every CTA has either exited or called
902901
// this function at least once (per CUDA Programming Guide). Without a
903902
// CTA-wide barrier, an early-finishing warp can trigger completion while

0 commit comments

Comments
 (0)