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

Use PrecompileTools #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use PrecompileTools #94

wants to merge 1 commit into from

Conversation

lcw
Copy link
Collaborator

@lcw lcw commented May 9, 2024

No description provided.

@lcw
Copy link
Collaborator Author

lcw commented May 9, 2024

This causes issues with julia 1.10 which are detailed here JuliaGPU/GPUCompiler.jl#580.

@lcw
Copy link
Collaborator Author

lcw commented May 9, 2024

We are now getting warnings when Raven is precompiling on the CPU, such as,

warning: /home/lucas/.julia/packages/KernelAbstractions/zPAn3/src/extras/loopinfo.jl:28:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering

We have seen these before when running with bounds checking forced on.

@lcw
Copy link
Collaborator Author

lcw commented May 9, 2024

When I use julia --project --trace-compile try.txt I see that not all CPU KA kernels get properly cached, as it will compile them again even though they should have been precompiled.

@lcw
Copy link
Collaborator Author

lcw commented Jul 10, 2024

The updated pr works for me with with julia v"1.10.4" now. Not sure what changed but I am still getting the warnings about being unable to loop unroll.

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.

1 participant