Skip to content

Commit

Permalink
Replace openxla/iree with iree-org/iree across the project. (iree-org…
Browse files Browse the repository at this point in the history
…#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.
  • Loading branch information
ScottTodd authored Apr 19, 2024
1 parent 04b9f76 commit 3f51a55
Show file tree
Hide file tree
Showing 131 changed files with 630 additions and 634 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
value: |
:star2: Thanks for taking the time to report this issue! :star2:
Please search through [other recent issues](https://github.com/openxla/iree/issues) to see if your report overlaps with an existing issue.
Please search through [other recent issues](https://github.com/iree-org/iree/issues) to see if your report overlaps with an existing issue.
- type: textarea
id: what-happened
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
blank_issues_enabled: true
contact_links:
- name: 📄 Blank Issue
url: https://github.com/openxla/iree/issues/new
url: https://github.com/iree-org/iree/issues/new
about: If you know what you're doing (especially collaborators)
- name: 📧 Send an email to our mailing list
url: https://groups.google.com/forum/#!forum/iree-discuss
about: For announcements and asynchronous discussion
- name: 🗣 Start a discussion on GitHub
url: https://github.com/openxla/iree/discussions
url: https://github.com/iree-org/iree/discussions
about: An alternative platform for asynchronous discussion
- name: 💬 Join us on Discord
url: https://discord.gg/wEWh6Z9nMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Benchmark Trigger
# When a benchmark label is added, this cancels and then re-runs the CI
# workflow. When the workflow is re-run, it will pick up the latest PR
# description and labels. See
# https://github.com/openxla/iree/issues/10042#issuecomment-1449250094 for
# https://github.com/iree-org/iree/issues/10042#issuecomment-1449250094 for
# more background.
#
# This workflow is running on the base branch the PR targets.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ jobs:

# MacOS packages.
- runs-on:
- ${{ github.repository == 'openxla/iree' && 'self-hosted' || 'macos-11' }}
- ${{ github.repository == 'iree-org/iree' && 'self-hosted' || 'macos-11' }}
- os-family=macOS
- runner-group=postsubmit
build-family: macos
build-package: py-compiler-pkg
experimental: true
- runs-on:
- ${{ github.repository == 'openxla/iree' && 'self-hosted' || 'macos-11' }}
- ${{ github.repository == 'iree-org/iree' && 'self-hosted' || 'macos-11' }}
- os-family=macOS
- runner-group=postsubmit
build-family: macos
Expand All @@ -86,7 +86,7 @@ jobs:

# Windows packages.
- runs-on:
- ${{ github.repository == 'openxla/iree' && 'windows-2022-64core' || 'windows-2022'}}
- ${{ github.repository == 'iree-org/iree' && 'windows-2022-64core' || 'windows-2022'}}
build-family: windows
build-package: py-compiler-pkg
experimental: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
needs: setup
if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'build_test_all_macos_arm64')
runs-on:
- ${{ github.repository == 'openxla/iree' && 'self-hosted' || 'macos-11' }} # must come first
- ${{ github.repository == 'iree-org/iree' && 'self-hosted' || 'macos-11' }} # must come first
- runner-group=postsubmit
- os-family=macOS
env:
Expand Down Expand Up @@ -1012,7 +1012,7 @@ jobs:
# Wildcard pattern to match all execution benchmark results. Empty if
# execution_benchmarks is skipped, which results in no match.
EXECUTION_BENCHMARK_RESULTS_PATTERN: ${{ steps.download-execution-results.outputs.execution-benchmark-results-pattern }}
IREE_BUILD_URL: https://github.com/openxla/iree/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}
IREE_BUILD_URL: https://github.com/iree-org/iree/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}
PR_NUMBER: ${{ github.event.pull_request.number }}
BENCHMARK_COMMENT_ARTIFACT: benchmark-comment.json
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_iree_dispatch_profiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
# Workflow for running IREE Dispatch Profiler
# (https://github.com/openxla/iree/tree/main/experimental/dispatch_profiler).
# (https://github.com/iree-org/iree/tree/main/experimental/dispatch_profiler).
#
# IREE Dispatch Profiler validates functional correctness and performs profiling
# on matmul, conv, and other ops on IREE CUDA and other back-ends.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# possible to update the trailers, labels on the pull request and re-run
# the workflow to make them take effect.
# This is majorly for triggering benchmarks without pushing new commits.
# See https://github.com/openxla/iree/issues/10042#issuecomment-1449250094
# See https://github.com/iree-org/iree/issues/10042#issuecomment-1449250094
# for more details.
id: fetch-pr
if: github.event_name == 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ contact:
affiliation: Advanced Micro Devices, Inc.
license: "Apache-2.0 WITH LLVM-exception"
url: "https://iree.dev/"
repository-code: "https://github.com/openxla/iree"
repository-code: "https://github.com/iree-org/iree"
keywords:
- compiler
- "machine learning"
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To get started with contributing, please take a look at the

## Getting in touch

* [GitHub issues](https://github.com/openxla/iree/issues): Feature requests,
* [GitHub issues](https://github.com/iree-org/iree/issues): Feature requests,
bugs, and other work tracking
* [IREE Discord server](https://discord.gg/wEWh6Z9nMU): Daily development
discussions with the core team and collaborators
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ constraints and special considerations of mobile and edge deployments.
See [our website](https://iree.dev/) for project details, user
guides, and instructions on building from source.

[![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)
[![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)
[![IREE Discord Status](https://discordapp.com/api/guilds/689900678990135345/widget.png?style=shield)]([https://discord.gg/wEWh6Z9nMU](https://discord.gg/wEWh6Z9nMU))

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

## Communication Channels

* [GitHub issues](https://github.com/openxla/iree/issues): Feature requests,
* [GitHub issues](https://github.com/iree-org/iree/issues): Feature requests,
bugs, and other work tracking
* [IREE Discord server](https://discord.gg/wEWh6Z9nMU): Daily development
discussions with the core team and collaborators
Expand Down
2 changes: 1 addition & 1 deletion build_tools/bazel/iree.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build --enable_runfiles
# build --incompatible_default_to_explicit_init_py

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

Expand Down
2 changes: 1 addition & 1 deletion build_tools/benchmarks/comparisons/setup_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rm -rf "${SOURCE_DIR}"
mkdir "${SOURCE_DIR}"
cd "${SOURCE_DIR}"

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

cd iree
git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion build_tools/benchmarks/comparisons/setup_mobile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ rm -rf "${SOURCE_DIR}"
mkdir "${SOURCE_DIR}"
cd "${SOURCE_DIR}"

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

cd iree
cp "${SOURCE_DIR}/iree/build_tools/benchmarks/set_adreno_gpu_scaling_policy.sh" "${ROOT_DIR}/setup/"
Expand Down
2 changes: 1 addition & 1 deletion build_tools/benchmarks/generate_benchmark_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from common import benchmark_definition, benchmark_presentation, common_arguments
from reporting import benchmark_comment

GITHUB_IREE_REPO_PREFIX = "https://github.com/openxla/iree"
GITHUB_IREE_REPO_PREFIX = "https://github.com/iree-org/iree"
IREE_DASHBOARD_URL = "https://perf.iree.dev/apis/v2"
IREE_PROJECT_ID = "IREE"
# The maximal numbers of trials when querying base commit benchmark results.
Expand Down
2 changes: 1 addition & 1 deletion build_tools/benchmarks/post_benchmark_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

from reporting import benchmark_comment

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

Expand Down
2 changes: 1 addition & 1 deletion build_tools/benchmarks/upload_benchmarks_to_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from common import benchmark_definition, benchmark_presentation, benchmark_thresholds

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

Expand Down
2 changes: 1 addition & 1 deletion build_tools/cmake/build_and_test_tsan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fi
# Disable actually running GPU tests. This tends to yield TSan reports that are
# specific to one's particular GPU driver and therefore hard to reproduce across
# machines and often un-actionable anyway.
# See e.g. https://github.com/openxla/iree/issues/9393
# See e.g. https://github.com/iree-org/iree/issues/9393
export IREE_VULKAN_DISABLE=1
export IREE_METAL_DISABLE=1
export IREE_CUDA_DISABLE=1
Expand Down
2 changes: 1 addition & 1 deletion build_tools/cmake/build_tracing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BUILD_DIR="${1:-${IREE_TRACING_BUILD_DIR:-build-tracing}}"
source build_tools/cmake/setup_build.sh
source build_tools/cmake/setup_ccache.sh

# Note: https://github.com/openxla/iree/issues/6404 prevents us from building
# Note: https://github.com/iree-org/iree/issues/6404 prevents us from building
# tests with these other settings. Many tests invoke the compiler tools with
# MLIR threading enabled, which crashes with compiler tracing enabled.
"${CMAKE_BIN?}" -B "${BUILD_DIR}" \
Expand Down
6 changes: 3 additions & 3 deletions build_tools/cmake/iree_copts.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ iree_select_compiler_opts(IREE_DEFAULT_COPTS
"$<$<BOOL:${IREE_ENABLE_WERROR_FLAG}>:-Werror>"
"-Wno-error=deprecated-declarations" # Want to see them but defaults to error.

"-Wno-address" # https://github.com/openxla/iree/issues/16016
"-Wno-address" # https://github.com/iree-org/iree/issues/16016
"-Wno-address-of-packed-member"
"-Wno-comment"
"-Wno-format-zero-length"
Expand Down Expand Up @@ -352,7 +352,7 @@ iree_select_compiler_opts(IREE_DEFAULT_COPTS
# compatible solution.
#
# See also:
# https://github.com/openxla/iree/issues/4665.
# https://github.com/iree-org/iree/issues/4665.
# https://discourse.cmake.org/t/how-to-fix-build-warning-d9025-overriding-gr-with-gr/878
# https://gitlab.kitware.com/cmake/cmake/-/issues/20610
if(CMAKE_CXX_FLAGS AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
Expand Down Expand Up @@ -503,7 +503,7 @@ function(iree_enable_optimization_options)
-Wno-unused-but-set-variable
)
set(_ADDL_INTERFACE_COPTS "${_RULE_SIZE_INTERFACE_COPTS}")
set(_ADDL_LINKOPTS
set(_ADDL_LINKOPTS
${IREE_LTO_LINKOPTS}
${IREE_SIZE_OPTIMIZED_DEFAULT_LINKOPTS}
)
Expand Down
2 changes: 1 addition & 1 deletion build_tools/cmake/iree_python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function(iree_py_library)
foreach(_SRC_FILE ${_RULE_SRCS})
# _SRC_FILE could have other path components in it, so we need to make a
# directory for it. Ninja does this automatically, but make doesn't. See
# https://github.com/openxla/iree/issues/6801
# https://github.com/iree-org/iree/issues/6801
set(_SRC_BIN_PATH "${CMAKE_CURRENT_BINARY_DIR}/${_SRC_FILE}")
get_filename_component(_SRC_BIN_DIR "${_SRC_BIN_PATH}" DIRECTORY)
add_custom_command(
Expand Down
6 changes: 3 additions & 3 deletions build_tools/github_actions/configure_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"""Determines whether CI should run on a given PR.
The following environment variables are required:
- GITHUB_REPOSITORY: GitHub org and repository, e.g. openxla/iree.
- GITHUB_REPOSITORY: GitHub org and repository, e.g. iree-org/iree.
- GITHUB_WORKFLOW_REF: GitHub workflow ref, e.g.
openxla/iree/.github/workflows/ci.yml@refs/pull/1/merge.
iree-org/iree/.github/workflows/ci.yml@refs/pull/1/merge.
- GITHUB_EVENT_NAME: GitHub event name, e.g. pull_request.
- GITHUB_OUTPUT: path to write workflow output variables.
- GITHUB_STEP_SUMMARY: path to write workflow summary output.
Expand Down Expand Up @@ -165,7 +165,7 @@ def contains(cls, val):
# third_party/llvm-project submodule. This should only include PRs
# intended to be merged and should exclude test/draft PRs as well as
# PRs that include temporary patches to the submodule during review.
# See also: https://github.com/openxla/iree/issues/12268
# See also: https://github.com/iree-org/iree/issues/12268
LLVM_INTEGRATE_TITLE_PATTERN = re.compile("^integrate.+llvm", re.IGNORECASE)
LLVM_INTEGRATE_BRANCH_PATTERN = re.compile(
"bump-llvm|llvm-bump|integrate-llvm", re.IGNORECASE
Expand Down
10 changes: 5 additions & 5 deletions build_tools/github_actions/runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repository you are registering it in. This access is too broad to grant to the
runners themselves. Therefore, we mediate the token acquisition through a proxy
hosted on [Google Cloud Run](https://cloud.google.com/run). The proxy has the
app token for a GitHub App with permission to manage self-hosted runners for the
"openxla" GitHub organization. It receives requests from the runners when they
"iree-org" GitHub organization. It receives requests from the runners when they
are trying to register or deregister and returns them the much more narrowly
scoped [de]registration token. We use
https://github.com/google-github-actions/github-runner-token-proxy for the
Expand All @@ -75,7 +75,7 @@ runners are "basic" trust, so they run as

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

## Examining Runners

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

```shell
gh api --paginate '/orgs/openxla/actions/runners?per_page=100' \
gh api --paginate '/orgs/iree-org/actions/runners?per_page=100' \
| jq --raw-output \
".runners[] | select(.labels | map(.name == \"runner-version=${OLD_RUNNER_VERSION?}\") | any) | .name"
```
Expand Down
2 changes: 1 addition & 1 deletion build_tools/pkgci/setup_venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
@functools.lru_cache
def list_gh_artifacts(run_id: str) -> Dict[str, str]:
print(f"Fetching artifacts for workflow run {run_id}")
base_path = f"/repos/openxla/iree"
base_path = f"/repos/iree-org/iree"
output = subprocess.check_output(
[
"gh",
Expand Down
2 changes: 1 addition & 1 deletion build_tools/python/benchmark_suites/iree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configrations. To run the benchmark suites, see
1. Modify the Python scripts of benchmark generators under
[build_tools/python/benchmark_suites/iree](/build_tools/python/benchmark_suites/iree).
2. Follow
[tests/e2e/test_artifacts](https://github.com/openxla/iree/tree/main/tests/e2e/test_artifacts)
[tests/e2e/test_artifacts](https://github.com/iree-org/iree/tree/main/tests/e2e/test_artifacts)
to regenerate the cmake files that will build the benchmarks.

To add a new source model, see
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Linux_RV64_Benchmarks(object):
tflite_models.MOBILENET_V1,
tflite_models.MOBILENET_V2_INT8,
tflite_models.PERSON_DETECT_INT8,
# PyTorch model are disabled due to https://github.com/openxla/iree/issues/14993.
# PyTorch model are disabled due to https://github.com/iree-org/iree/issues/14993.
# torch_models.MODEL_CLIP_TEXT_SEQLEN64_FP32_TORCH,
]

Expand Down
4 changes: 2 additions & 2 deletions build_tools/python/e2e_test_framework/models/model_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@
tf_models.MINILM_L12_H384_UNCASED_INT32_SEQLEN128,
tf_models.BERT_FOR_MASKED_LM_FP32_SEQLEN512,
tf_models.BERT_LARGE_TF_FP32_SEQLEN384,
# PyTorch model are disabled due to https://github.com/openxla/iree/issues/14993.
# PyTorch model are disabled due to https://github.com/iree-org/iree/issues/14993.
# torch_models.MODEL_CLIP_TEXT_SEQLEN64_FP32_TORCH,
# torch_models.MODEL_UNET_2D_FP32_TORCH,
]

VULKAN_MODELS = [
# PyTorch model are disabled due to https://github.com/openxla/iree/issues/14993.
# PyTorch model are disabled due to https://github.com/iree-org/iree/issues/14993.
# torch_models.MODEL_CLIP_TEXT_SEQLEN64_FP32_TORCH,
# torch_models.MODEL_UNET_2D_FP32_TORCH,
]
2 changes: 1 addition & 1 deletion build_tools/python_deploy/pypi_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function check_requirements() {
function download_wheels() {
echo ""
echo "Downloading wheels from '${RELEASE}'"
gh release download "${RELEASE}" --repo openxla/iree --pattern "*.whl"
gh release download "${RELEASE}" --repo iree-org/iree --pattern "*.whl"
}

function upload_wheels() {
Expand Down
2 changes: 1 addition & 1 deletion build_tools/scripts/generate_release_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def parse_arguments():
parser.add_argument(
"--repo",
"--repository",
default="openxla/iree",
default="iree-org/iree",
help="The GitHub repository to fetch releases from.",
)
parser.add_argument(
Expand Down
2 changes: 1 addition & 1 deletion build_tools/scripts/get_latest_green.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function get_latest_green() {
for workflow in "${REQUIRED_WORKFLOWS[@]}"; do
local successful_run_count="$(\
gh api --jq '.total_count' \
"/repos/openxla/iree/actions/workflows/${workflow}/runs?${query_string}" \
"/repos/iree-org/iree/actions/workflows/${workflow}/runs?${query_string}" \
)"
# Any successful run of the workflow (including reruns) is OK.
if (( successful_run_count==0 )); then
Expand Down
3 changes: 1 addition & 2 deletions compiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# TODO: We should really be dumping binaries into bin/ not
# tools/. This must line up with binaries built this way because
# DLLs must be in the same directory as the binary.
# See: https://github.com/openxla/iree/issues/11297
# See: https://github.com/iree-org/iree/issues/11297
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/tools")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib")
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib")
Expand Down Expand Up @@ -62,4 +62,3 @@ if(IREE_BUILD_COMPILER)
add_dependencies(iree_compiler_API_SharedImpl ${_iree_compiler_dylib_depends})
endif()
endif()

Loading

0 comments on commit 3f51a55

Please sign in to comment.