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

CUDA.compilecache does not exists #7

Open
101001000 opened this issue Feb 6, 2024 · 1 comment
Open

CUDA.compilecache does not exists #7

101001000 opened this issue Feb 6, 2024 · 1 comment

Comments

@101001000
Copy link

In the nn benchmark, when the profile option is passed, CUDA.compilecache is called which is not defined in the CUDA package.

Maybe it was deprecated?

@maleadt
Copy link
Member

maleadt commented Feb 14, 2024

Correct, that has been removed from CUDA.jl. It seems like some of the benchmarking functinality here has bitrotted, and it's probably best to remove it entirely (or at least the compilation measurements), as there's not really a public API to wipe the cache and measure compilation time.

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

2 participants