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

Add 1.11 support #635

Merged
merged 3 commits into from
May 18, 2024
Merged

Add 1.11 support #635

merged 3 commits into from
May 18, 2024

Conversation

pxl-th
Copy link
Collaborator

@pxl-th pxl-th commented May 18, 2024

  • By default Julia 1.11 uses typed pointers, in which case it will use our patched device libraries (downgraded).
  • To use system-wide device libraries, enable opaque pointers for Julia with ENV variable:
    JULIA_LLVM_ARGS="-opaque-pointers". @hearnsj, this is probably the mode for you to see if we can support MI300X.
  • Add 1.11 CI jobs both for typed and opaque pointers.

Closes #632.

@pxl-th
Copy link
Collaborator Author

pxl-th commented May 18, 2024

CI times regressed quite significantly, needs further investigation.
I think this is mostly due to precompilation.

Main test suite took 2 minutes longer.

@pxl-th pxl-th merged commit d7358ce into master May 18, 2024
1 check passed
@pxl-th pxl-th deleted the pxl-th/111 branch May 18, 2024 11:21
@pxl-th pxl-th mentioned this pull request May 18, 2024
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.

GPUCompiler.CodeCache not defined
1 participant