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

Automatically build a docker image on .gitmodules change with all submodules #8

Closed
benvanik opened this issue Oct 5, 2019 · 1 comment
Labels
infrastructure Relating to build systems, CI, or testing

Comments

@benvanik
Copy link
Collaborator

benvanik commented Oct 5, 2019

Right now we have to get llvm9 and all of the submodules before we can run any action on the CI. It'd be cool to setup a push action that, if .gitmodules is changed, rebuilds a base ubuntu docker image with our deps and the bigger submodules (llvm, tensorflow) already checked out. This way incremental non-submodule changes should be much faster.

@benvanik
Copy link
Collaborator Author

benvanik commented May 6, 2020

Don't think we want this anymore.

@benvanik benvanik closed this as completed May 6, 2020
Infrastructure and Benchmarking automation moved this from To do to Done May 6, 2020
ThomasRaoux pushed a commit to ThomasRaoux/iree that referenced this issue Jul 11, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Aug 8, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
erman-gurses pushed a commit to erman-gurses/iree that referenced this issue Aug 16, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Aug 17, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Aug 26, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 2, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 2, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 8, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 19, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 21, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 21, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 26, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 26, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 26, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 26, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 28, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
qedawkins pushed a commit to qedawkins/iree that referenced this issue Sep 29, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
qedawkins pushed a commit to qedawkins/iree that referenced this issue Sep 29, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Oct 1, 2022
Co-authored-by: Elias Joseph <elias@nod-labs.com>
Max191 pushed a commit to Max191/iree that referenced this issue Sep 15, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 20, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 21, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 21, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
stellaraccident pushed a commit that referenced this issue Sep 24, 2023
Memory transfers require 64-byte alignment when transferring between
host/device. In some cases the buffer handed may not be 64-byte and
aligned and therefore we will require an intermediary buffer to store.
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 26, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 26, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Sep 28, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Oct 4, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
Max191 pushed a commit to Max191/iree that referenced this issue Oct 9, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
Max191 pushed a commit to Max191/iree that referenced this issue Oct 9, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Oct 15, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
Max191 pushed a commit to Max191/iree that referenced this issue Oct 18, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
Max191 pushed a commit to Max191/iree that referenced this issue Nov 13, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
PhaneeshB pushed a commit to PhaneeshB/iree that referenced this issue Nov 25, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
Max191 pushed a commit to Max191/iree that referenced this issue Dec 1, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Dec 13, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Dec 13, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
raikonenfnu pushed a commit to raikonenfnu/iree that referenced this issue Dec 13, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
jinchen62 pushed a commit to jinchen62/iree that referenced this issue Dec 14, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
jinchen62 pushed a commit to jinchen62/iree that referenced this issue Dec 14, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
jinchen62 pushed a commit to jinchen62/iree that referenced this issue Dec 14, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
jinchen62 pushed a commit to jinchen62/iree that referenced this issue Dec 14, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
jinchen62 pushed a commit to jinchen62/iree that referenced this issue Dec 14, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
jinchen62 pushed a commit to jinchen62/iree that referenced this issue Dec 14, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
jinchen62 pushed a commit to jinchen62/iree that referenced this issue Dec 15, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
jinchen62 pushed a commit to jinchen62/iree that referenced this issue Dec 21, 2023
)

Co-authored-by: Elias Joseph <elias@nod-labs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Relating to build systems, CI, or testing
Projects
No open projects
Development

No branches or pull requests

1 participant