Skip to content

Commit eda7efe

Browse files
msaroufimpytorchmergebot
authored andcommitted
Fix ProfilerTree Test (pytorch#101983)
Summary: T152692570 Created from CodeHub with https://fburl.com/edit-in-codehub Test Plan: CI Sandcastle run Reviewed By: aaronenyeshi Differential Revision: D45656571 Pull Request resolved: pytorch#101983 Approved by: https://github.com/aaronenyeshi
1 parent 02a7318 commit eda7efe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/profiler/test_profiler_tree.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,7 @@ def test_profiler_experimental_tree(self):
292292
autograd::engine::evaluate_function: torch::autograd::AccumulateGrad
293293
torch::autograd::AccumulateGrad
294294
aten::detach
295-
detach
296-
cudaGetDeviceCount
297-
cudaGetDeviceCount
298-
cudaGetDeviceProperties"""
295+
detach"""
299296
)
300297

301298
@ProfilerTree.test

0 commit comments

Comments
 (0)