Scott Todd
Scott Todd
See https://github.com/ROCm/TheRock/issues/526 and https://github.com/ROCm/TheRock/pull/583. Together, these changes help get the CMake configure + build steps for PyTorch on Windows further along. ### Fix `find_path` search in the case where `hipconfig`...
## Overview > [!IMPORTANT] > The 3.6.0 release is scheduled for 2025-07-21. Our previous stable release was published on 2025-06-11: https://github.com/iree-org/iree/releases/tag/v3.5.0. We aim for roughly one stable release every 6...
## Background The TOSA MLIR dialect is one of IREE's accepted input formats, commonly used to compile and then run LiteRT / TensorFlow Lite programs. The TOSA MLIR dialect is...
### Problem Description Using the Ninja CMake generator (https://ninja-build.org/), HIPIFY fails to build with MSVC. I'm following the instructions at https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/building/building-hipify.rst, swapping `-G "Visual Studio 17 2022"` for `-G Ninja`....
We've seen several downstream build breaks from torch-mlir due to missing test coverage. Having at least a nightly CI build using GitHub-hosted runners would provide earlier signal for build issues....
### 🐛 Describe the bug We're building torchvision downstream with ROcm on Windows support (https://github.com/ROCm/TheRock/issues/910#issuecomment-3099560950) using the clang-cl compiler, and I encountered issues as long as I used "Install Python...
### Suggestion Description This code uses `rocm_agent_enumerator` on Linux: https://github.com/ROCm/llvm-project/blob/4e3aee93a8f8ce1cf184befad10f2a814798f563/amd/hipcc/src/hipBin_amd.h#L778-L796 Windows currently has `hipInfo.exe` (which is similar to `rocminfo`). Windows and Linux have `amdgpu-arch`. It seems like `hipcc` could try...
Progress on https://github.com/ROCm/TheRock/issues/1200. Tested downstream (via a patch) in https://github.com/ROCm/TheRock/pull/1201. The HIP SDK sets the `HIP_PATH` environment variable, which hipcc and hipconfig were using instead of neighboring files. A robust...