Skip to content

Commit c69660a

Browse files
committed
ci(profiling): remove thread id/name from pytorch test.
1 parent 4df82d8 commit c69660a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/profiling/test_pytorch.py

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ def test_call_script_pytorch_gpu(tmp_path, monkeypatch):
2525
print("first sample: ", samples[0])
2626

2727
expected_sample = pprof_utils.StackEvent(
28-
thread_id=1,
29-
thread_name="PYTORCH-CUDA-0",
3028
locations=[
3129
pprof_utils.StackLocation(
3230
function_name="PYTORCH_DeviceType.CUDA",

0 commit comments

Comments
 (0)