Skip to content

Commit 0e1b3e5

Browse files
cheshirejax authors
authored andcommitted
Remove outdated documentation section,
CUPTI profiling now does support concurrent launches by default. PiperOrigin-RevId: 617011144
1 parent cfb968d commit 0e1b3e5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/profiling.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,6 @@ from a running program.
216216
You can also use the `memory_viewer`, `op_profile`, and `graph_viewer`
217217
tools.<br /><br />
218218
219-
### Concurrent kernel tracing on GPU
220-
221-
By default, traces are captured on GPU in a mode that prevents CUDA kernels from
222-
running concurrently. This allows for more accurate kernel timings, but removes
223-
any concurrency between streams (for example, between compute and
224-
communication). To enable concurrent kernel tracing, set the environment
225-
variable `TF_GPU_CUPTI_FORCE_CONCURRENT_KERNEL=1` when launching the JAX
226-
program.
227-
228-
229219
### Adding custom trace events
230220
231221
By default, the events in the trace viewer are mostly low-level internal JAX

0 commit comments

Comments
 (0)