Jithun Nair
Jithun Nair
### Issue copied from: https://github.com/ROCm-Developer-Tools/HIP/issues/630 @whchung suggested filing HCC issue as it might be related to HCC Clang CodeGen. ### If a `__host__` function is declared as `extern "C"`, but...
Hipcc gives a clang linker error when linking the attached test case for a Reduce kernel. Please note that the failure only occurs for "short" type, whereas "int32_t" etc. work...
to make them agnostic of ubuntu version, ROCm version and python minor version. This should help avoid frequent updates to the docker image tags when upgrading ROCm version in PyTorch...
PR #88207 enabled ActivityType::CUDA for ROCm. TestProfiler.test_kineto needs an update in the test code to look for the correct pattern for gemm kernels for ROCm. cc @jeffdaily @sunway513 @pruthvistony @ROCmSupport...
**Problem:** https://github.com/pytorch/audio/pull/2485 introduced a build-time dependency on libomp.so for torchaudio, but when a torchaudio wheel built with that PR is imported in an environment where ROCm is NOT installed, it...
Fixes #ISSUE_NUMBER cc @jeffdaily @sunway513 @pruthvistony @ROCmSupport @dllehr-amd @jataylo @hongxiayang
Logic here is flawed: https://github.com/pytorch/test-infra/blob/3e4f2888c72f0b102afa223b5a41bdb1946b4906/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py#L8 ``` >>> float("3.10") 3.1 >>> if float("3.10")
to avoid collision with variable in RCCL cmake file. This should fix the error about not finding "-lrccl" in https://github.com/pytorch/pytorch/pull/31341 (now refiled as https://github.com/pytorch/pytorch/pull/34683)
PyTorch wheels are self-contained wrt ROCm (and hence MIOpen) libraries, bundling them as part of the wheel. When running workloads with the PyTorch wheel, we observe slow warmup times and...
If the user doesn't have the MIOpen kernels package installed, they see a message such as below: `MIOpen(HIP): Warning [SQLiteBase] Unable to read system database file:gfx906_60.kdb Performance may degrade` This...