Dirk Lemstra

Results 621 comments of Dirk Lemstra

Are you using the most recent 8.1 sdk? This error looks like a bug that I saw in the 10.x sdk

That doesn't answer my question? Maybe you are using an older version of the 8.1 sdk?

I thought that the `8.1` would also have multiple version but apparently it doesn't. I do think you can switch to the most recent 10.x SDK. We are setting a...

We will need to investigate this and figure out why this doesn't work. This mean I will need to set up a similar environment to figure out what is causing...

Closing this because I don't have time to investigate support on out of support versions of Windows.

That is correct and a limitation of the OpenCL library. It will always use all cores when running on CPU. We could add an extra check for this that when...

I don't know if your CPU usage will reach to 100% but all cores will be used. And I just realized you can already prevent the CPU being used for...

As I said before the api of the OpenCL library that is being used does not allow limiting the number of cores that are being used by an OpenCL CPU...

Don't forget that you are also getting a performance improvement because you are using all cores of the CPU.