google-research / dex-lang

Research language for array processing in the Haskell/ML family
BSD 3-Clause "New" or "Revised" License
1.58k stars 107 forks source link

Account for the cost of TabCon before making the inlining decision #1098

Closed apaszke closed 2 years ago

apaszke commented 2 years ago

Otherwise for loops with AtomicBlocks will always get unrolled, no matter the bound...