antibes0415

Results 6 comments of antibes0415

Hi. I'm on develop branch and I've checked it's most recent. The problem does not apper when just running my console application. Maybe windows would automatically collect memory leaks and...

Hi. I suppose it's some static object in boost.compute causing the crash. Static objects release memory in the last, which may cause some problem. In my case, I pass all...

Hi. I add this line in the destructor of my Class and my software stops crashing after exiting. ` boost::compute::program_cache::get_global_cache(m_compute_context).get()->clear();` in which m_compute_context is set by: `cl::Context m_context = cl::Context(CL_DEVICE_TYPE_GPU,...

I have to create my own context because I write some complex kernels, and I need to use boost.compute and viennacl. So I need to pass the wrapper of my...

Thanks. Actually, I use OpenCL 1.2 C++ wrapper. I can pass the cl_context to the cl::Context, but it would automatically destruct the context (release twice) and causes the crash in...

Same problem. This is really serious and drive me crazy dealing with labelled data.