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

triton and aotriton download their own LLVM builds #113

Open
jeroen-mostert opened this issue Jul 16, 2024 · 1 comment
Open

triton and aotriton download their own LLVM builds #113

jeroen-mostert opened this issue Jul 16, 2024 · 1 comment

Comments

@jeroen-mostert
Copy link
Contributor

So triton and aotriton apparently have the same idea as we do, that is reproducible builds, and as part of building they pull a 1 GB blob with LLVM. This download can be very, very slow if you're unlucky (it's the cloud, innit), and moreover it happens twice. It doesn't even appear like this compiler is getting used (?), since all the build commands invoke our own clang. Maybe it's used at runtime, but even then it should probably be using our LLVM...

It would be nice if we could cut out this download, or at least reduce it to once only if it's really unavoidable.

@lamikr
Copy link
Owner

lamikr commented Jul 17, 2024

Adding onnxruntime which does download also many packages. Aat least it would be nice to reuse our version of composable kernel as now I need to patch it with our composable kernel patches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants