Oswin Krause

Results 29 comments of Oswin Krause

I have got results for the Radeon R9 390. There were already Hawaii results there, but the direct gemm kernel was missing. Overall, this improved things for me. [Hawaii.zip](https://github.com/CNugteren/CLBlast/files/1120550/Hawaii.zip) (note:...

Hi, It is impossible to mix up the tunings, because you have to remove the old tuning to be able to add the new one in the database script. Otherwise...

Hi, I would not start too much action based on my words. I first have to figure out what is wrong with my setup before I can proceed. I will...

Sorry for my late reply. I am currently working in a new project and devote all my time to it. I could not get my setup to give decent results....

There are also other use-cases like default-queues per thread (similar to cuda streams). I think the behaviour should be: setting a default device/context should be a one time action while...

Could it be that this is #746 which got fixed a few days ago?

I think the issue is the following: 1. you create the context and tell boost compute about it. 2. you create kernels, those are cached in the global cache 3....

this was just to test whether this fixes the problem (so that we know that this is the culprit). you could query device, context and queue using boost::compute::system instead of...

I have not done more research on the other operations. I think string processing takes most of the remaining time. The current issue should be fixable by a quite straight...

I am trying to get a round this issue. I have tuned my meta_kernel so that each expression is always mapping to the same source(i.e. all constant are transformed to...