Liam O'Neil
Liam O'Neil
Likely related to: https://github.com/pathak22/pyflow/issues/28#issuecomment-742434211
Likely related to: https://github.com/pathak22/pyflow/issues/28#issuecomment-742434211
Hey, I think this issue is related to the Python Setup script defaulting to use `clang` instead of `g++`. I managed to compile for OSX by modifying `setup.py` with the...
Hey, is there a fix for this? Currently experiencing exactly the same when trying to run half float OpenCL on Arm Mali (`arm-64-android-opencl-cl_half`): ```sh I halide : Error: CL: clBuildProgram...
Thank you very much! Re-reading the error I see this was unrelated and was the missing newline operator. Suspect this will fix the issue, working on the latest commit now...