We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f7de0 commit 7227080Copy full SHA for 7227080
jaxlib/gpu/triton_kernels.cc
@@ -554,7 +554,7 @@ jax_triton::TritonAutotunedKernelCall AutotunedKernelCall::ToProto() const {
554
// GPU_RETURN_IF_ERROR(gpuCtxPushCurrent(context));
555
// absl::Cleanup ctx_restorer = [] { gpuCtxPopCurrent(nullptr); };
556
557
- // Autotuning is not supported if the the stream is in graph capture mode.
+ // Autotuning is not supported if the stream is in graph capture mode.
558
gpustreamCaptureStatus_t capture_status;
559
GPU_RETURN_IF_ERROR(gpuStreamIsCapturing(stream, &capture_status));
560
if (capture_status == GPU_STREAM_CAPTURE_STATUS_ACTIVE) {
0 commit comments