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 aqua tests #1964

Closed
charleskawczynski opened this issue Jun 14, 2023 · 0 comments · Fixed by #1965
Closed

Add aqua tests #1964

charleskawczynski opened this issue Jun 14, 2023 · 0 comments · Fixed by #1965
Labels
bug Something isn't working

Comments

@charleskawczynski
Copy link
Contributor

charleskawczynski commented Jun 14, 2023

I recently loaded RRTMGP and came across several warnings:

julia> using RRTMGP
[ Info: Precompiling RRTMGP [a01a1ee8-cea4-48fc-987c-fc7878d79da1]
WARNING: method definition for attribute at /Users/charliekawczynski/.julia/packages/CUDA/DfvRa/lib/cudadrv/pool.jl:79 declares type variable T but does not use it.
WARNING: method definition for attribute! at /Users/charliekawczynski/.julia/packages/CUDA/DfvRa/lib/cudadrv/pool.jl:90 declares type variable T but does not use it.
WARNING: method definition for #cudacall#42 at /Users/charliekawczynski/.julia/packages/CUDA/DfvRa/lib/cudadrv/execution.jl:131 declares type variable N but does not use it.
WARNING: method definition for #bitonic_sort!#3 at /Users/charliekawczynski/.julia/packages/CUDA/DfvRa/src/sorting.jl:836 declares type variable T but does not use it.

Perhaps this is an old version of CUDA, but we should add aqua tests to prevent these warnings from cropping up in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant