Scott Todd

Results 78 issues of 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...

infrastructure
cleanup ๐Ÿงน

Progress on https://github.com/iree-org/iree-test-suites/issues/2 and https://github.com/iree-org/iree-test-suites/issues/6 .

documentation
infrastructure

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...

infrastructure
platform/macos ๐ŸŽ
hal/metal

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...

infrastructure
platform/windows ๐Ÿšช

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...

infrastructure
hal/vulkan
codegen/spirv
hal/cuda
codegen/nvvm

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...

infrastructure
integrations/stablehlo

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...