Skip to content

Instantly share code, notes, and snippets.

@Wulfsta
Wulfsta / gist:fb96209e2529ef4584cd25f7d69eb7d1
Created February 16, 2024 01:04
2024-02-15 20:03: hipconfig --full
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
@Wulfsta
Wulfsta / gist:5d8b2b902e1068433aaf737657453a25
Created April 23, 2021 18:29
pytorch_1.8.1_test_results.log
This file has been truncated, but you can view the full file.
$ 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
@Wulfsta
Wulfsta / report
Last active April 12, 2021 00:01
PyTorch Bug Report
$ 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