You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
0 commit comments