Nuno Fachada

Results 6 comments of Nuno Fachada

Hi, Are you trying to compile cf4ocl or something that depends on cf4ocl? 1. If you're trying to compile cf4ocl, try disabling the build of examples and tests in CMake....

Yeah, you seem to have everything perfectly as it's supposed to. All the stuff seems to be in the right folders and `pkg-config` is correctly pointing towards those folders. You...

Hi, thank you very much for the feedback. I'll leave this issue open so I can find a more general way to avoid this problem for future installations of cf4ocl...

Hi, here's a small test case: - Code which creates OpenCL objects and doesn't release them: ``` c #include #include #include int main(int argc, char* argv[]) { cl_platform_id platf; cl_device_id...

Yes, that way I get exactly the same result as you. The context leak also doesn't register in my case. However, if I release the buffer and the command queue,...