Hello, In libclc many arithmetic functions like pow, rsqrt are lowered to corresponding llvm intrinsics. These are not handled correctly by the NVPTX backend. Where should this be fixed? NVPTX-Backend or libclc? Or is this expected to work and I am just not using it correctly? Christoph Gerum