This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HIP version : 5.7.31921- | |
| == hipconfig | |
| HIP_PATH : /nix/store/fdan6798aa28fmfngi6336xgc7z4h1a3-clr-5.7.1 | |
| ROCM_PATH : /nix/store/fdan6798aa28fmfngi6336xgc7z4h1a3-clr-5.7.1 | |
| HIP_COMPILER : clang | |
| HIP_PLATFORM : amd | |
| HIP_RUNTIME : rocclr | |
| CPP_CONFIG : -D__HIP_PLATFORM_HCC__= -D__HIP_PLATFORM_AMD__= -I/nix/store/fdan6798aa28fmfngi6336xgc7z4h1a3-clr-5.7.1/include -I/nix/store/ry067z5zm22rnf2scnkaixmczmbl29dg-rocm-llvm-clang-wrapper-5.7.1/resource-root | |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ PYTORCH_TEST_WITH_ROCM=1 python3 test/run_test.py --verbose --continue-through-error | |
| Fail to import hypothesis in common_utils, tests are not derandomized | |
| Excluding distributed/nn/jit/test_instantiator on ROCm | |
| Excluding distributed/rpc/test_faulty_agent on ROCm | |
| Excluding distributed/rpc/test_process_group_agent on ROCm | |
| Excluding distributed/rpc/test_tensorpipe_agent on ROCm | |
| Excluding test_determination on ROCm | |
| Excluding test_multiprocessing on ROCm | |
| Excluding test_multiprocessing_spawn on ROCm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ PYTORCH_TEST_WITH_ROCM=1 python3 test/run_test.py --verbose | |
| Fail to import hypothesis in common_utils, tests are not derandomized | |
| Excluding distributed/nn/jit/test_instantiator on ROCm | |
| Excluding distributed/rpc/test_faulty_agent on ROCm | |
| Excluding distributed/rpc/test_process_group_agent on ROCm | |
| Excluding distributed/rpc/test_tensorpipe_agent on ROCm | |
| Excluding test_determination on ROCm | |
| Excluding test_multiprocessing on ROCm | |
| Excluding test_multiprocessing_spawn on ROCm | |
| Excluding test_jit_legacy on ROCm |