-
Notifications
You must be signed in to change notification settings - Fork 585
[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
base: master
Are you sure you want to change the base?
[New Package] Legate #11186
Conversation
L/legate/Manifest.toml | ||
L/legate/Project.toml |
There was a problem hiding this comment.
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?
L/legate/build_tarballs.jl
Outdated
|
||
# 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 |
There was a problem hiding this comment.
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.
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.