Skip to content

Commit 3f51a55

Browse files
authored
Replace openxla/iree with iree-org/iree across the project. (#17110)
As part of [moving IREE out of OpenXLA](https://groups.google.com/g/iree-discuss/c/kdFr4CQwEyY/m/PWJIpZlRBQAJ), we moved the repository from the [openxla GitHub organization](https://github.com/openxla) to the [iree-org GitHub organzation](https://github.com/iree-org). This updates all occurances of `openxla/iree` to `iree-org/iree` in the project. Most of these should be handled by redirects.
1 parent 04b9f76 commit 3f51a55

File tree

131 files changed

+630
-634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+630
-634
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
value: |
88
:star2: Thanks for taking the time to report this issue! :star2:
99
10-
Please search through [other recent issues](https://github.com/openxla/iree/issues) to see if your report overlaps with an existing issue.
10+
Please search through [other recent issues](https://github.com/iree-org/iree/issues) to see if your report overlaps with an existing issue.
1111
- type: textarea
1212
id: what-happened
1313
attributes:

.github/ISSUE_TEMPLATE/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: 📄 Blank Issue
4-
url: https://github.com/openxla/iree/issues/new
4+
url: https://github.com/iree-org/iree/issues/new
55
about: If you know what you're doing (especially collaborators)
66
- name: 📧 Send an email to our mailing list
77
url: https://groups.google.com/forum/#!forum/iree-discuss
88
about: For announcements and asynchronous discussion
99
- name: 🗣 Start a discussion on GitHub
10-
url: https://github.com/openxla/iree/discussions
10+
url: https://github.com/iree-org/iree/discussions
1111
about: An alternative platform for asynchronous discussion
1212
- name: 💬 Join us on Discord
1313
url: https://discord.gg/wEWh6Z9nMU

.github/workflows/benchmark_trigger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Benchmark Trigger
1010
# When a benchmark label is added, this cancels and then re-runs the CI
1111
# workflow. When the workflow is re-run, it will pick up the latest PR
1212
# description and labels. See
13-
# https://github.com/openxla/iree/issues/10042#issuecomment-1449250094 for
13+
# https://github.com/iree-org/iree/issues/10042#issuecomment-1449250094 for
1414
# more background.
1515
#
1616
# This workflow is running on the base branch the PR targets.

.github/workflows/build_package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ jobs:
7070

7171
# MacOS packages.
7272
- runs-on:
73-
- ${{ github.repository == 'openxla/iree' && 'self-hosted' || 'macos-11' }}
73+
- ${{ github.repository == 'iree-org/iree' && 'self-hosted' || 'macos-11' }}
7474
- os-family=macOS
7575
- runner-group=postsubmit
7676
build-family: macos
7777
build-package: py-compiler-pkg
7878
experimental: true
7979
- runs-on:
80-
- ${{ github.repository == 'openxla/iree' && 'self-hosted' || 'macos-11' }}
80+
- ${{ github.repository == 'iree-org/iree' && 'self-hosted' || 'macos-11' }}
8181
- os-family=macOS
8282
- runner-group=postsubmit
8383
build-family: macos
@@ -86,7 +86,7 @@ jobs:
8686

8787
# Windows packages.
8888
- runs-on:
89-
- ${{ github.repository == 'openxla/iree' && 'windows-2022-64core' || 'windows-2022'}}
89+
- ${{ github.repository == 'iree-org/iree' && 'windows-2022-64core' || 'windows-2022'}}
9090
build-family: windows
9191
build-package: py-compiler-pkg
9292
experimental: true

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
needs: setup
161161
if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'build_test_all_macos_arm64')
162162
runs-on:
163-
- ${{ github.repository == 'openxla/iree' && 'self-hosted' || 'macos-11' }} # must come first
163+
- ${{ github.repository == 'iree-org/iree' && 'self-hosted' || 'macos-11' }} # must come first
164164
- runner-group=postsubmit
165165
- os-family=macOS
166166
env:
@@ -1012,7 +1012,7 @@ jobs:
10121012
# Wildcard pattern to match all execution benchmark results. Empty if
10131013
# execution_benchmarks is skipped, which results in no match.
10141014
EXECUTION_BENCHMARK_RESULTS_PATTERN: ${{ steps.download-execution-results.outputs.execution-benchmark-results-pattern }}
1015-
IREE_BUILD_URL: https://github.com/openxla/iree/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}
1015+
IREE_BUILD_URL: https://github.com/iree-org/iree/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}
10161016
PR_NUMBER: ${{ github.event.pull_request.number }}
10171017
BENCHMARK_COMMENT_ARTIFACT: benchmark-comment.json
10181018
run: |

.github/workflows/run_iree_dispatch_profiler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
#
77
# Workflow for running IREE Dispatch Profiler
8-
# (https://github.com/openxla/iree/tree/main/experimental/dispatch_profiler).
8+
# (https://github.com/iree-org/iree/tree/main/experimental/dispatch_profiler).
99
#
1010
# IREE Dispatch Profiler validates functional correctness and performs profiling
1111
# on matmul, conv, and other ops on IREE CUDA and other back-ends.

.github/workflows/setup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# possible to update the trailers, labels on the pull request and re-run
7676
# the workflow to make them take effect.
7777
# This is majorly for triggering benchmarks without pushing new commits.
78-
# See https://github.com/openxla/iree/issues/10042#issuecomment-1449250094
78+
# See https://github.com/iree-org/iree/issues/10042#issuecomment-1449250094
7979
# for more details.
8080
id: fetch-pr
8181
if: github.event_name == 'pull_request'

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ contact:
1717
affiliation: Advanced Micro Devices, Inc.
1818
license: "Apache-2.0 WITH LLVM-exception"
1919
url: "https://iree.dev/"
20-
repository-code: "https://github.com/openxla/iree"
20+
repository-code: "https://github.com/iree-org/iree"
2121
keywords:
2222
- compiler
2323
- "machine learning"

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To get started with contributing, please take a look at the
77

88
## Getting in touch
99

10-
* [GitHub issues](https://github.com/openxla/iree/issues): Feature requests,
10+
* [GitHub issues](https://github.com/iree-org/iree/issues): Feature requests,
1111
bugs, and other work tracking
1212
* [IREE Discord server](https://discord.gg/wEWh6Z9nMU): Daily development
1313
discussions with the core team and collaborators

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ constraints and special considerations of mobile and edge deployments.
99
See [our website](https://iree.dev/) for project details, user
1010
guides, and instructions on building from source.
1111

12-
[![CI Status](https://github.com/openxla/iree/actions/workflows/ci.yml/badge.svg?query=branch%3Amain+event%3Apush)](https://github.com/openxla/iree/actions/workflows/ci.yml?query=branch%3Amain+event%3Apush)
12+
[![CI Status](https://github.com/iree-org/iree/actions/workflows/ci.yml/badge.svg?query=branch%3Amain+event%3Apush)](https://github.com/iree-org/iree/actions/workflows/ci.yml?query=branch%3Amain+event%3Apush)
1313
[![IREE Discord Status](https://discordapp.com/api/guilds/689900678990135345/widget.png?style=shield)]([https://discord.gg/wEWh6Z9nMU](https://discord.gg/wEWh6Z9nMU))
1414

1515
#### Project Status
@@ -22,7 +22,7 @@ of feedback on any [communication channels](#communication-channels)!
2222

2323
## Communication Channels
2424

25-
* [GitHub issues](https://github.com/openxla/iree/issues): Feature requests,
25+
* [GitHub issues](https://github.com/iree-org/iree/issues): Feature requests,
2626
bugs, and other work tracking
2727
* [IREE Discord server](https://discord.gg/wEWh6Z9nMU): Daily development
2828
discussions with the core team and collaborators

build_tools/bazel/iree.bazelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build --enable_runfiles
3434
# build --incompatible_default_to_explicit_init_py
3535

3636
# Disable split PIC/non-PIC build graphs and disable heuristic to link binaries
37-
# dynamically by default. See: https://github.com/openxla/iree/issues/13470
37+
# dynamically by default. See: https://github.com/iree-org/iree/issues/13470
3838
build --dynamic_mode=off
3939
build --force_pic
4040

build_tools/benchmarks/comparisons/setup_desktop.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rm -rf "${SOURCE_DIR}"
4646
mkdir "${SOURCE_DIR}"
4747
cd "${SOURCE_DIR}"
4848

49-
git clone https://github.com/openxla/iree.git
49+
git clone https://github.com/iree-org/iree.git
5050

5151
cd iree
5252
git submodule update --init

build_tools/benchmarks/comparisons/setup_mobile.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ rm -rf "${SOURCE_DIR}"
5454
mkdir "${SOURCE_DIR}"
5555
cd "${SOURCE_DIR}"
5656

57-
git clone https://github.com/openxla/iree.git
57+
git clone https://github.com/iree-org/iree.git
5858

5959
cd iree
6060
cp "${SOURCE_DIR}/iree/build_tools/benchmarks/set_adreno_gpu_scaling_policy.sh" "${ROOT_DIR}/setup/"

build_tools/benchmarks/generate_benchmark_comment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from common import benchmark_definition, benchmark_presentation, common_arguments
2828
from reporting import benchmark_comment
2929

30-
GITHUB_IREE_REPO_PREFIX = "https://github.com/openxla/iree"
30+
GITHUB_IREE_REPO_PREFIX = "https://github.com/iree-org/iree"
3131
IREE_DASHBOARD_URL = "https://perf.iree.dev/apis/v2"
3232
IREE_PROJECT_ID = "IREE"
3333
# The maximal numbers of trials when querying base commit benchmark results.

build_tools/benchmarks/post_benchmark_comment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
from reporting import benchmark_comment
3535

36-
GITHUB_IREE_API_PREFIX = "https://api.github.com/repos/openxla/iree"
36+
GITHUB_IREE_API_PREFIX = "https://api.github.com/repos/iree-org/iree"
3737
GITHUB_GIST_API = "https://api.github.com/gists"
3838
GITHUB_API_VERSION = "2022-11-28"
3939

build_tools/benchmarks/upload_benchmarks_to_dashboard.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from common import benchmark_definition, benchmark_presentation, benchmark_thresholds
3333

3434
IREE_DASHBOARD_URL = "https://perf.iree.dev"
35-
IREE_GITHUB_COMMIT_URL_PREFIX = "https://github.com/openxla/iree/commit"
35+
IREE_GITHUB_COMMIT_URL_PREFIX = "https://github.com/iree-org/iree/commit"
3636
IREE_PROJECT_ID = "IREE"
3737
THIS_DIRECTORY = pathlib.Path(__file__).resolve().parent
3838

build_tools/cmake/build_and_test_tsan.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fi
5555
# Disable actually running GPU tests. This tends to yield TSan reports that are
5656
# specific to one's particular GPU driver and therefore hard to reproduce across
5757
# machines and often un-actionable anyway.
58-
# See e.g. https://github.com/openxla/iree/issues/9393
58+
# See e.g. https://github.com/iree-org/iree/issues/9393
5959
export IREE_VULKAN_DISABLE=1
6060
export IREE_METAL_DISABLE=1
6161
export IREE_CUDA_DISABLE=1

build_tools/cmake/build_tracing.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ BUILD_DIR="${1:-${IREE_TRACING_BUILD_DIR:-build-tracing}}"
1717
source build_tools/cmake/setup_build.sh
1818
source build_tools/cmake/setup_ccache.sh
1919

20-
# Note: https://github.com/openxla/iree/issues/6404 prevents us from building
20+
# Note: https://github.com/iree-org/iree/issues/6404 prevents us from building
2121
# tests with these other settings. Many tests invoke the compiler tools with
2222
# MLIR threading enabled, which crashes with compiler tracing enabled.
2323
"${CMAKE_BIN?}" -B "${BUILD_DIR}" \

build_tools/cmake/iree_copts.cmake

+3-3
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ iree_select_compiler_opts(IREE_DEFAULT_COPTS
223223
"$<$<BOOL:${IREE_ENABLE_WERROR_FLAG}>:-Werror>"
224224
"-Wno-error=deprecated-declarations" # Want to see them but defaults to error.
225225

226-
"-Wno-address" # https://github.com/openxla/iree/issues/16016
226+
"-Wno-address" # https://github.com/iree-org/iree/issues/16016
227227
"-Wno-address-of-packed-member"
228228
"-Wno-comment"
229229
"-Wno-format-zero-length"
@@ -352,7 +352,7 @@ iree_select_compiler_opts(IREE_DEFAULT_COPTS
352352
# compatible solution.
353353
#
354354
# See also:
355-
# https://github.com/openxla/iree/issues/4665.
355+
# https://github.com/iree-org/iree/issues/4665.
356356
# https://discourse.cmake.org/t/how-to-fix-build-warning-d9025-overriding-gr-with-gr/878
357357
# https://gitlab.kitware.com/cmake/cmake/-/issues/20610
358358
if(CMAKE_CXX_FLAGS AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
@@ -503,7 +503,7 @@ function(iree_enable_optimization_options)
503503
-Wno-unused-but-set-variable
504504
)
505505
set(_ADDL_INTERFACE_COPTS "${_RULE_SIZE_INTERFACE_COPTS}")
506-
set(_ADDL_LINKOPTS
506+
set(_ADDL_LINKOPTS
507507
${IREE_LTO_LINKOPTS}
508508
${IREE_SIZE_OPTIMIZED_DEFAULT_LINKOPTS}
509509
)

build_tools/cmake/iree_python.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function(iree_py_library)
4343
foreach(_SRC_FILE ${_RULE_SRCS})
4444
# _SRC_FILE could have other path components in it, so we need to make a
4545
# directory for it. Ninja does this automatically, but make doesn't. See
46-
# https://github.com/openxla/iree/issues/6801
46+
# https://github.com/iree-org/iree/issues/6801
4747
set(_SRC_BIN_PATH "${CMAKE_CURRENT_BINARY_DIR}/${_SRC_FILE}")
4848
get_filename_component(_SRC_BIN_DIR "${_SRC_BIN_PATH}" DIRECTORY)
4949
add_custom_command(

build_tools/github_actions/configure_ci.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"""Determines whether CI should run on a given PR.
99
1010
The following environment variables are required:
11-
- GITHUB_REPOSITORY: GitHub org and repository, e.g. openxla/iree.
11+
- GITHUB_REPOSITORY: GitHub org and repository, e.g. iree-org/iree.
1212
- GITHUB_WORKFLOW_REF: GitHub workflow ref, e.g.
13-
openxla/iree/.github/workflows/ci.yml@refs/pull/1/merge.
13+
iree-org/iree/.github/workflows/ci.yml@refs/pull/1/merge.
1414
- GITHUB_EVENT_NAME: GitHub event name, e.g. pull_request.
1515
- GITHUB_OUTPUT: path to write workflow output variables.
1616
- GITHUB_STEP_SUMMARY: path to write workflow summary output.
@@ -165,7 +165,7 @@ def contains(cls, val):
165165
# third_party/llvm-project submodule. This should only include PRs
166166
# intended to be merged and should exclude test/draft PRs as well as
167167
# PRs that include temporary patches to the submodule during review.
168-
# See also: https://github.com/openxla/iree/issues/12268
168+
# See also: https://github.com/iree-org/iree/issues/12268
169169
LLVM_INTEGRATE_TITLE_PATTERN = re.compile("^integrate.+llvm", re.IGNORECASE)
170170
LLVM_INTEGRATE_BRANCH_PATTERN = re.compile(
171171
"bump-llvm|llvm-bump|integrate-llvm", re.IGNORECASE

build_tools/github_actions/runner/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repository you are registering it in. This access is too broad to grant to the
5757
runners themselves. Therefore, we mediate the token acquisition through a proxy
5858
hosted on [Google Cloud Run](https://cloud.google.com/run). The proxy has the
5959
app token for a GitHub App with permission to manage self-hosted runners for the
60-
"openxla" GitHub organization. It receives requests from the runners when they
60+
"iree-org" GitHub organization. It receives requests from the runners when they
6161
are trying to register or deregister and returns them the much more narrowly
6262
scoped [de]registration token. We use
6363
https://github.com/google-github-actions/github-runner-token-proxy for the
@@ -75,7 +75,7 @@ runners are "basic" trust, so they run as
7575

7676
Using GitHub's [artifact actions](https://github.com/actions/upload-artifact)
7777
with runners on GCE turns out to be prohibitively slow (see discussion in
78-
https://github.com/openxla/iree/issues/9881). Instead we use our own
78+
https://github.com/iree-org/iree/issues/9881). Instead we use our own
7979
[Google Cloud Storage](https://cloud.google.com/storage) (GCS) buckets to save
8080
artifacts from jobs and fetch them in subsequent jobs:
8181
`iree-github-actions-presubmit-artifacts` and
@@ -107,8 +107,8 @@ code authorship and review.
107107

108108
## Examining Runners
109109

110-
The runners for openxla can be viewed in the
111-
[GitHub UI](https://github.com/organizations/openxla/settings/actions/runners).
110+
The runners for iree-org can be viewed in the
111+
[GitHub UI](https://github.com/organizations/iree-org/settings/actions/runners).
112112
Unfortunately, only organization admins have access to this page. Organization
113113
admin gives very broad privileges, so this set is necessarily kept very small by
114114
Google security policy.
@@ -258,7 +258,7 @@ permissions in the organizations. A command like this would help see how many
258258
runners are still running the old version
259259

260260
```shell
261-
gh api --paginate '/orgs/openxla/actions/runners?per_page=100' \
261+
gh api --paginate '/orgs/iree-org/actions/runners?per_page=100' \
262262
| jq --raw-output \
263263
".runners[] | select(.labels | map(.name == \"runner-version=${OLD_RUNNER_VERSION?}\") | any) | .name"
264264
```

build_tools/pkgci/setup_venv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@functools.lru_cache
4040
def list_gh_artifacts(run_id: str) -> Dict[str, str]:
4141
print(f"Fetching artifacts for workflow run {run_id}")
42-
base_path = f"/repos/openxla/iree"
42+
base_path = f"/repos/iree-org/iree"
4343
output = subprocess.check_output(
4444
[
4545
"gh",

build_tools/python/benchmark_suites/iree/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ configrations. To run the benchmark suites, see
99
1. Modify the Python scripts of benchmark generators under
1010
[build_tools/python/benchmark_suites/iree](/build_tools/python/benchmark_suites/iree).
1111
2. Follow
12-
[tests/e2e/test_artifacts](https://github.com/openxla/iree/tree/main/tests/e2e/test_artifacts)
12+
[tests/e2e/test_artifacts](https://github.com/iree-org/iree/tree/main/tests/e2e/test_artifacts)
1313
to regenerate the cmake files that will build the benchmarks.
1414

1515
To add a new source model, see

build_tools/python/benchmark_suites/iree/riscv_benchmarks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Linux_RV64_Benchmarks(object):
3636
tflite_models.MOBILENET_V1,
3737
tflite_models.MOBILENET_V2_INT8,
3838
tflite_models.PERSON_DETECT_INT8,
39-
# PyTorch model are disabled due to https://github.com/openxla/iree/issues/14993.
39+
# PyTorch model are disabled due to https://github.com/iree-org/iree/issues/14993.
4040
# torch_models.MODEL_CLIP_TEXT_SEQLEN64_FP32_TORCH,
4141
]
4242

build_tools/python/e2e_test_framework/models/model_groups.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@
162162
tf_models.MINILM_L12_H384_UNCASED_INT32_SEQLEN128,
163163
tf_models.BERT_FOR_MASKED_LM_FP32_SEQLEN512,
164164
tf_models.BERT_LARGE_TF_FP32_SEQLEN384,
165-
# PyTorch model are disabled due to https://github.com/openxla/iree/issues/14993.
165+
# PyTorch model are disabled due to https://github.com/iree-org/iree/issues/14993.
166166
# torch_models.MODEL_CLIP_TEXT_SEQLEN64_FP32_TORCH,
167167
# torch_models.MODEL_UNET_2D_FP32_TORCH,
168168
]
169169

170170
VULKAN_MODELS = [
171-
# PyTorch model are disabled due to https://github.com/openxla/iree/issues/14993.
171+
# PyTorch model are disabled due to https://github.com/iree-org/iree/issues/14993.
172172
# torch_models.MODEL_CLIP_TEXT_SEQLEN64_FP32_TORCH,
173173
# torch_models.MODEL_UNET_2D_FP32_TORCH,
174174
]

build_tools/python_deploy/pypi_deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function check_requirements() {
5959
function download_wheels() {
6060
echo ""
6161
echo "Downloading wheels from '${RELEASE}'"
62-
gh release download "${RELEASE}" --repo openxla/iree --pattern "*.whl"
62+
gh release download "${RELEASE}" --repo iree-org/iree --pattern "*.whl"
6363
}
6464

6565
function upload_wheels() {

build_tools/scripts/generate_release_index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def parse_arguments():
2323
parser.add_argument(
2424
"--repo",
2525
"--repository",
26-
default="openxla/iree",
26+
default="iree-org/iree",
2727
help="The GitHub repository to fetch releases from.",
2828
)
2929
parser.add_argument(

build_tools/scripts/get_latest_green.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function get_latest_green() {
3939
for workflow in "${REQUIRED_WORKFLOWS[@]}"; do
4040
local successful_run_count="$(\
4141
gh api --jq '.total_count' \
42-
"/repos/openxla/iree/actions/workflows/${workflow}/runs?${query_string}" \
42+
"/repos/iree-org/iree/actions/workflows/${workflow}/runs?${query_string}" \
4343
)"
4444
# Any successful run of the workflow (including reruns) is OK.
4545
if (( successful_run_count==0 )); then

compiler/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# TODO: We should really be dumping binaries into bin/ not
1010
# tools/. This must line up with binaries built this way because
1111
# DLLs must be in the same directory as the binary.
12-
# See: https://github.com/openxla/iree/issues/11297
12+
# See: https://github.com/iree-org/iree/issues/11297
1313
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/tools")
1414
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib")
1515
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib")
@@ -62,4 +62,3 @@ if(IREE_BUILD_COMPILER)
6262
add_dependencies(iree_compiler_API_SharedImpl ${_iree_compiler_dylib_depends})
6363
endif()
6464
endif()
65-

0 commit comments

Comments
 (0)