Jithun Nair
Jithun Nair
> Overall LGTM! But as this step is generic and can be used by others as well. It makes sense to move it to an action, i.e. https://github.com/pytorch/pytorch/blob/master/.github/actions/get-workflow-job-id/action.yml, then invoke...
@pytorchbot rebase
@amdfaa Added ciflow/trunk label to trigger ROCm test jobs on trunk workflow. Please check them when they finish to see that the diskspace check is being executed correctly.
@pytorchbot merge
@trixirt Please resolve conflicts and I'll request an upstream maintainer to approve.
> Suggest `USE_HIPBLASLT` instead of `HIPBLASLT` as name for define @trixirt Please do consider this renaming to be aligned with current naming
cc @atalman The above is an attempt to fix the binary import test failure for torchaudio
@pruthvistony @mthrok
@atalman This is part 1 of my proposed solution for fixing the torchaudio wheel issue with libomp.so. However, it will also need a part 2 fix in the yml file...
> Is there a way to handle this in PyTorch core in abstracted manner, like how CUDA is handled? Since libomp.so is not a dependency for Pytorch, I didn't consider...