julia
4f343a41
- avoid overflow when `inline_cost_threshold == typemax(Int)`
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#60121 - avoid overflow when `inline_cost_threshold == typemax(Int)`
Author
simeonschaub
Parents
bf7e52b4
Loading