Skip to content

[New Package] Legate #11186

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

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

[New Package] Legate #11186

wants to merge 12 commits into from

Conversation

ejmeitz
Copy link
Contributor

@ejmeitz ejmeitz commented May 13, 2025

This wraps the legate library from NVIDIA. For now it should work with CUDA 12.2 - 12.8. I still need to get things working for other architectures and expand the MPI ABI.

Comment on lines +11 to +12
L/legate/Manifest.toml
L/legate/Project.toml
Copy link
Member

Choose a reason for hiding this comment

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

That sounds a bit specific. Why do you need the environment there? Why not using the one in .ci instead, which is what's actually used here in CI?


# also some warnings about avx2 instruction set vs x86_64
products = [
LibraryProduct("liblegate", :liblegate, dont_dlopen = true) # dont_dlopen avoids version `GLIBCXX_3.4.30' not found
Copy link
Member

Choose a reason for hiding this comment

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

Not dlopening here means that whatever package uses this will have to manually dlopen the library.

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

Successfully merging this pull request may close these issues.

2 participants