Scott Todd
Scott Todd
We depend on a few files hosted in a GCP project using various buckets. Most uses can be discovered in this repo with a regex search of `https://storage\.googleapis\.com.*iree`: ``` 21...
Progress on https://github.com/iree-org/iree-test-suites/issues/2 and https://github.com/iree-org/iree-test-suites/issues/6 .
Similar to https://github.com/iree-org/iree/issues/18814. We used to have a mac mini running macOS builds/tests, including of the Metal HAL. Right now we use [standard GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories) for macOS, which includes arm...
We currently run the [`.github/workflows/ci_windows_x64_msvc.yml`](https://github.com/iree-org/iree/blob/main/.github/workflows/ci_windows_x64_msvc.yml) workflow on a nightly schedule using [standard GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories) (currently `windows-2022` with 4 CPU cores, 16 GB of RAM, and 14GB of SSD). Looking at...
We used to have some Linux runners with NVIDIA T4 and A100 GPUs on the GCP runner cluster. Our new Azure runner cluster currently only has Linux CPU runners. We...
Our StableHLO build has incurred some maintenance costs due to the complexities of how source dependencies on Bazel and CMake projects work. See for example https://github.com/iree-org/iree/issues/18785 and https://github.com/openxla/stablehlo/issues/2255. We currently...
Per the guidance at https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.html, `CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT` can be "used by project code to change the default without overriding a user-provided value". This allows users and integration projects like https://github.com/ROCm/TheRock to...
Per the guidance at https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.html, `CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT` can be "used by project code to change the default without overriding a user-provided value". This allows users and integration projects like https://github.com/ROCm/TheRock to...
The open command in VSCode's extension API supports choosing a browser (or browser launch options) via the `workbench.externalBrowser` setting. API reference: https://code.visualstudio.com/api/references/commands. Without this change, the `open` package always uses...
Per the guidance at https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.html, `CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT` can be "used by project code to change the default without overriding a user-provided value". This allows users and integration projects like https://github.com/ROCm/TheRock to...