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 f05f050 commit 639d4caCopy full SHA for 639d4ca
intermediate_source/tensorboard_profiler_tutorial.py
@@ -7,7 +7,7 @@
7
Introduction
8
------------
9
PyTorch 1.8 includes an updated profiler API capable of
10
-recording the CPU side operations as well as the CUDA kernel launches on the GPU side.
+recording the CPU side operations as well as the CUDA kernel launches on the GPU side (ROCm AMD GPUs are not supported).
11
The profiler can visualize this information
12
in TensorBoard Plugin and provide analysis of the performance bottlenecks.
13
0 commit comments