Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect submodules from shark-infra to iree-org. #17614

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bump_torch_mlir.yml
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This workflow was failing before. This might have made it worse or just been a no-op. Hard to tell :P

this pr: https://github.com/iree-org/iree/actions/runs/9422777482/job/25959787558?pr=17614
previous (soft) failure: https://github.com/iree-org/iree/actions/runs/9024559403/job/24798654413#step:6:53

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically bumps the torch-mlir submodule to match shark-infra/torch-mlir:main.
# Automatically bumps the torch-mlir submodule to match iree-org/torch-mlir:main.
# Manually triggered for now, but can be scheduled in the future.
# This typically takes ~90s to run.
# Will succeed without creating a PR if there is no newer version for torch-mlir.
Expand Down
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/google/googletest.git
[submodule "third_party/llvm-project"]
path = third_party/llvm-project
url = https://github.com/shark-infra/llvm-project.git
url = https://github.com/iree-org/llvm-project.git
[submodule "third_party/vulkan_headers"]
path = third_party/vulkan_headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
Expand Down Expand Up @@ -34,10 +34,10 @@
url = https://github.com/powderluv/musl.git
[submodule "third_party/stablehlo"]
path = third_party/stablehlo
url = https://github.com/shark-infra/stablehlo.git
url = https://github.com/iree-org/stablehlo.git
[submodule "third_party/torch-mlir"]
path = third_party/torch-mlir
url = https://github.com/shark-infra/torch-mlir.git
url = https://github.com/iree-org/torch-mlir.git
[submodule "third_party/hip-build-deps"]
path = third_party/hip-build-deps
url = https://github.com/shark-infra/hip-build-deps.git
url = https://github.com/iree-org/hip-build-deps.git
6 changes: 0 additions & 6 deletions docs/website/docs/developers/general/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,6 @@ All access tiers first require joining the
Once you are a member of the iree-org GitHub organization, you can request to
join any of the teams on <https://github.com/orgs/iree-org/teams>.

!!! note - "Note: other GitHub organizations"

Work on IREE sometimes spans other GitHub organizations like
[shark-infra](https://github.com/shark-infra/). Reach out to a project
member if you would also like access to repositories in those organizations.

### :octicons-git-branch-16: Branch naming

Most work should be done on
Expand Down
Loading