Skip to content

Commit 59fbf3a

Browse files
authored
Redirect submodules from shark-infra to iree-org. (iree-org#17614)
We moved these out of https://github.com/iree-org to make it easier for project contributors to access them at a time when iree-org was defunct, creating repos there took navigating an extraordinary amount of red tape, and the main iree repo was in the https://github.com/openxla GitHub org. Now that the iree repo is back in iree-org and we've updated how we manage access, these repositories can move back too. GitHub does some automatic redirecting but individual developers may want to run `git submodule sync` after the repository moves and this change. For developers working in the other repositories directly, run `git submodule set-url [remote name] [new url]`. For example: `git remote set-url origin https://github.com/iree-org/megabump.git`
1 parent 7fc1a67 commit 59fbf3a

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

.github/workflows/bump_torch_mlir.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# See https://llvm.org/LICENSE.txt for license information.
55
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66

7-
# Automatically bumps the torch-mlir submodule to match shark-infra/torch-mlir:main.
7+
# Automatically bumps the torch-mlir submodule to match iree-org/torch-mlir:main.
88
# Manually triggered for now, but can be scheduled in the future.
99
# This typically takes ~90s to run.
1010
# Will succeed without creating a PR if there is no newer version for torch-mlir.

.gitmodules

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
url = https://github.com/google/googletest.git
44
[submodule "third_party/llvm-project"]
55
path = third_party/llvm-project
6-
url = https://github.com/shark-infra/llvm-project.git
6+
url = https://github.com/iree-org/llvm-project.git
77
[submodule "third_party/vulkan_headers"]
88
path = third_party/vulkan_headers
99
url = https://github.com/KhronosGroup/Vulkan-Headers.git
@@ -34,10 +34,10 @@
3434
url = https://github.com/powderluv/musl.git
3535
[submodule "third_party/stablehlo"]
3636
path = third_party/stablehlo
37-
url = https://github.com/shark-infra/stablehlo.git
37+
url = https://github.com/iree-org/stablehlo.git
3838
[submodule "third_party/torch-mlir"]
3939
path = third_party/torch-mlir
40-
url = https://github.com/shark-infra/torch-mlir.git
40+
url = https://github.com/iree-org/torch-mlir.git
4141
[submodule "third_party/hip-build-deps"]
4242
path = third_party/hip-build-deps
43-
url = https://github.com/shark-infra/hip-build-deps.git
43+
url = https://github.com/iree-org/hip-build-deps.git

docs/website/docs/developers/general/contributing.md

-6
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,6 @@ All access tiers first require joining the
265265
Once you are a member of the iree-org GitHub organization, you can request to
266266
join any of the teams on <https://github.com/orgs/iree-org/teams>.
267267

268-
!!! note - "Note: other GitHub organizations"
269-
270-
Work on IREE sometimes spans other GitHub organizations like
271-
[shark-infra](https://github.com/shark-infra/). Reach out to a project
272-
member if you would also like access to repositories in those organizations.
273-
274268
### :octicons-git-branch-16: Branch naming
275269

276270
Most work should be done on

0 commit comments

Comments
 (0)