julia
4f343a41 - avoid overflow when `inline_cost_threshold == typemax(Int)`

Commit
80 days ago
avoid overflow when `inline_cost_threshold == typemax(Int)` GPUCompiler will set `inline_cost_threshold` to `typemax(Int)` as a way to force inlining, make sure this doesn't cause integer overflow. should fix JuliaGPU/AMDGPU.jl#846
Author
Parents
Loading