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

Investigate using MIOpen's immediate mode for conv algorithm search #507

Open
ToucheSir opened this issue Oct 3, 2023 · 0 comments
Open

Comments

@ToucheSir
Copy link

As described in https://rocm.docs.amd.com/projects/MIOpen/en/latest/find_and_immediate.html#immediate-mode-api. The main benefits would be enabling persistent on-disk caching for users while removing the somewhat tricky algorithm cache handling code on the Julia side. The main drawback would be not being able to control how the caching is done, but on balance I think the benefits outweigh this bit of flexibility. Notably, cuDNN does not support this kind of transparent caching (ref. pytorch/pytorch#88410) and currently requires manual caching on the Julia side (ref. JuliaGPU/CUDA.jl#1947).

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

1 participant