Ivan R. Ivanov

Results 14 issues of Ivan R. Ivanov

This pr adds two new ways to handle ifs with barriers in parallel regions. This is the current way it is done: ``` parallel { A() if { B() barrier...

https://gist.github.com/ivanradanov/ac0db6d25e613469b3218f9271922b17

Illustrated here https://gist.github.com/ivanradanov/cd1cf99e3292e20b92852078ed82fc74

We did not pass the truncated values to the runtime

From my understanding, the __*_finite versions of math functions are either aliases to the normal ones or faster versions that can assume no infinite operands. This automatically generates the same...