File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -216,16 +216,6 @@ from a running program.
216
216
You can also use the ` memory_viewer` , ` op_profile` , and ` graph_viewer`
217
217
tools.< br /><br />
218
218
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
-
229
219
# ## Adding custom trace events
230
220
231
221
By default, the events in the trace viewer are mostly low-level internal JAX
You can’t perform that action at this time.
0 commit comments