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

Remove unused type variables #537

Merged
merged 1 commit into from
May 29, 2024

Conversation

tgymnich
Copy link
Member

Fixes the following warning:

┌ GPUArrays
│  WARNING: method definition for generic_matmatmul! at /Users/tim/Developer/GPUArrays.jl/src/host/linalg.jl:342 declares type variable R but does not use it.
│  WARNING: method definition for generic_matmatmul! at /Users/tim/Developer/GPUArrays.jl/src/host/linalg.jl:342 declares type variable S but does not use it.
│  WARNING: method definition for generic_matmatmul! at /Users/tim/Developer/GPUArrays.jl/src/host/linalg.jl:342 declares type variable T but does not use it.
└

@maleadt maleadt merged commit 1b3741c into JuliaGPU:master May 29, 2024
13 of 14 checks passed
@tgymnich tgymnich deleted the tg/remove-unused-typevar branch May 30, 2024 13:50
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.

2 participants