loopy icon indicating copy to clipboard operation
loopy copied to clipboard

[Bug] CFamilyTarget.get_known_callables declares math functions on complex data types

Open kaushikcfd opened this issue 3 years ago • 0 comments

CFamilyTarget should only define the callables present in the intersection of all the C-based targets. The math functions on the complex-typed operands from complex.h aren't common to targets like OpenCL/Cuda and should be removed.

kaushikcfd avatar Aug 07 '22 15:08 kaushikcfd