Skip to content

Commit 7227080

Browse files
marvin-kimjax authors
authored andcommitted
[JAX] Fix typo in comment.
PiperOrigin-RevId: 621827985
1 parent 52f7de0 commit 7227080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaxlib/gpu/triton_kernels.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ jax_triton::TritonAutotunedKernelCall AutotunedKernelCall::ToProto() const {
554554
// GPU_RETURN_IF_ERROR(gpuCtxPushCurrent(context));
555555
// absl::Cleanup ctx_restorer = [] { gpuCtxPopCurrent(nullptr); };
556556

557-
// Autotuning is not supported if the the stream is in graph capture mode.
557+
// Autotuning is not supported if the stream is in graph capture mode.
558558
gpustreamCaptureStatus_t capture_status;
559559
GPU_RETURN_IF_ERROR(gpuStreamIsCapturing(stream, &capture_status));
560560
if (capture_status == GPU_STREAM_CAPTURE_STATUS_ACTIVE) {

0 commit comments

Comments
 (0)