We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df82d8 commit c69660aCopy full SHA for c69660a
tests/profiling/test_pytorch.py
@@ -25,8 +25,6 @@ def test_call_script_pytorch_gpu(tmp_path, monkeypatch):
25
print("first sample: ", samples[0])
26
27
expected_sample = pprof_utils.StackEvent(
28
- thread_id=1,
29
- thread_name="PYTORCH-CUDA-0",
30
locations=[
31
pprof_utils.StackLocation(
32
function_name="PYTORCH_DeviceType.CUDA",
0 commit comments