GPUCompiler.jl icon indicating copy to clipboard operation
GPUCompiler.jl copied to clipboard

CompilerJob function-type changes regressed MethodError reporting

Open maleadt opened this issue 3 years ago • 0 comments

https://github.com/JuliaGPU/GPUCompiler.jl/blob/466278387961d1994b3d14b6f54c473c08b26ed8/src/cache.jl#L18=

julia> @cuda identity(1,2)
ERROR: MethodError: no method matching typeof(identity)(::Int64, ::Int64)

maleadt avatar May 16 '22 06:05 maleadt