Skip to content

ROCm: fix ROCTX includes/linking

5b031ed
Select commit
Loading
Failed to load commit list.
Open

[WIP] PyTorch ROCTx Observer Implementation #3108

ROCm: fix ROCTX includes/linking
5b031ed
Select commit
Loading
Failed to load commit list.
ROCm Repo Management API / Tests / Tests / Test PyTorch / Run pytorch_test_2 failed Mar 27, 2026 in 0s

TestCuda.test_cuda_graph_tensor_item_not_allowed failed

TestCuda.test_cuda_graph_tensor_item_not_allowed failed

Details

TestCuda.test_cuda_graph_tensor_item_not_allowed

AssertionError: CalledProcessError not raised

To execute this test, run the following from the base repo dir:
    PYTORCH_TEST_WITH_ROCM=1 python test/test_cuda.py TestCuda.test_cuda_graph_tensor_item_not_allowed

This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0
Stack trace
Traceback (most recent call last):
  File "/var/lib/jenkins/pytorch/test/test_cuda.py", line 3939, in test_cuda_graph_tensor_item_not_allowed
    with self.assertRaisesRegex(
         ^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/conda/envs/py_3.12/lib/python3.12/unittest/case.py", line 263, in __exit__
    self._raiseFailure("{} not raised".format(exc_name))
  File "/opt/conda/envs/py_3.12/lib/python3.12/unittest/case.py", line 200, in _raiseFailure
    raise self.test_case.failureException(msg)
AssertionError: CalledProcessError not raised

To execute this test, run the following from the base repo dir:
    PYTORCH_TEST_WITH_ROCM=1 python test/test_cuda.py TestCuda.test_cuda_graph_tensor_item_not_allowed

This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0