loopy
loopy copied to clipboard
[Bug] CFamilyTarget.get_known_callables declares math functions on complex data types
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.