Oswin Krause
Oswin Krause
I don't understand your question. m_cache is a member of class program_cache in boost.compute. key is part of its interface. When i remember correctly, key is in most cases the...
it is a new function but mimics the currently existing interface, e.g. compare to get_or_build. the only change i propose is that the kernels should be constructed and cached as...
Hi, I stumbled across this exact problem in my own code when creating an array of size one and read/write to the element with operator[]. For this exact case, there...
> for example: there is no such thing as "a default queue of the device", so what should we do when user uses ctor with context (!= system::default_context())? I would...
Yes, this is true. But I consider this case as very rare. Having multiple queues in the same context is already a quite academic use-case and then having several objects...
this is part of the full boost package. just download the newest version from boost.org
this is the project repository of the compute module of boost which depends on some other boost modules. only full releases contain everything. if you need some bug fix from...
sorry, i don't do support. You have to try it out yourself.
Which version of boost are you using?
Can you try the newest boost? I think this got fixed in #747