numba-dpex icon indicating copy to clipboard operation
numba-dpex copied to clipboard

arctan2 does not work for devices that does not support double precision

Open ZzEeKkAa opened this issue 1 year ago • 0 comments

If we try to run arctan2 function on device that does not support f64 with f32 arguments it will silently crash. Occurred on gen12 igpu. Reproducible is inside tests.

Discovered while working on https://github.com/IntelPython/numba-dpex/pull/1143

ZzEeKkAa avatar Sep 27 '23 16:09 ZzEeKkAa