JuliaGPU / GPUArrays.jl

Reusable array functionality for Julia's various GPU backends.
MIT License
321 stars 79 forks source link

Remove unused type variables #537

Closed tgymnich closed 4 months ago

tgymnich commented 4 months ago

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.
└