File tree Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ The `TraceDiff <https://hta.readthedocs.io/en/latest/source/api/trace_diff_api.h
34
34
#. `visualize_duration_diff
35
35
<https://hta.readthedocs.io/en/latest/source/api/trace_diff_api.html#hta.trace_diff.TraceDiff.visualize_duration_diff> `_
36
36
37
- The last two methods can be used to visualize various changes in counts and
38
- durations of CPU operators and GPU kernels using the output of the
37
+ The last two methods can be used to visualize various changes in frequency and
38
+ duration of CPU operators and GPU kernels, using the output of the
39
39
``compare_traces `` method.
40
40
41
41
E.g. The top 10 operators with increase in frequency can be computed as
@@ -63,5 +63,5 @@ follows:
63
63
64
64
For a detailed example of this feature see the `trace_diff_demo notebook
65
65
<https://github.com/facebookresearch/HolisticTraceAnalysis/blob/main/examples/trace_diff_demo.ipynb> `_
66
- in the examples folder of the repo .
66
+ in the examples folder of the repository .
67
67
Original file line number Diff line number Diff line change 554
554
otsu
555
555
rgb
556
556
histologically
557
+ Conda
558
+ CudaLaunchKernel
559
+ CudaMemcpyAsync
560
+ CudaMemsetAsync
561
+ HTA
562
+ bw
563
+ conda
564
+ cuda
565
+ enqueuing
566
+ jupyter
567
+ memcpy
568
+ memset
Original file line number Diff line number Diff line change 20
20
awscliv2 == 2.1.1
21
21
flask
22
22
spacy == 3.4.1
23
- # ray[tune]==2.4.0
23
+ ray [tune ]== 2.4.0
24
24
tensorboard
25
25
jinja2 == 3.0.3
26
26
pytorch-lightning
@@ -32,9 +32,9 @@ nbformat>=4.2.0
32
32
datasets
33
33
transformers
34
34
torchmultimodal-nightly # needs to be updated to stable as soon as it's avaialable
35
- # onnx
36
- # onnxscript
37
- # onnxruntime
35
+ onnx
36
+ onnxscript
37
+ onnxruntime
38
38
39
39
importlib-metadata == 6.8.0
40
40
@@ -58,6 +58,6 @@ pyopengl
58
58
gymnasium [mujoco ]== 0.27.0
59
59
timm
60
60
iopath
61
- # pygame==2.1.2
61
+ pygame == 2.1.2
62
62
pycocotools
63
63
semilearn == 0.3.2
You can’t perform that action at this time.
0 commit comments