Hello,
I'm having a kernel that has atomic_add and It can't find it
[2022-08-02 10:27:08.178407820]POCL: in fn void appendToProgramBuildLog(cl_program, unsigned int, std::__cxx11::string&) at line 141:
| ERROR | Error(s) while linking:
Cannot find symbol _Z10atomic_addPU8CLglobalVjj in kernel library
Cannot find symbol _Z10atomic_incPU8CLglobalVj in kernel library
Cannot find symbol _Z10atomic_minPU8CLglobalVii in kernel library
[2022-08-02 10:27:08.182772764]POCL: in fn compile_and_link_program at line 641:
| ERROR | build_error_code pocl_llvm_build_program() failed
Hello,
I'm having a kernel that has atomic_add and It can't find it