Skip to content

Fix: KernelAndDeviceItemSizeLimitsTest test, where we just want to test that we can query OpenCL device driver

Luis Mendes requested to merge CoreRasurae/aparapi:master into master

We are just interested in testing that we can properly query OpenCL device driver the max. amount local memory used by compiled kernel, and we are not interested in its exact value, which may vary depending on the actual OpenCL device compiler.

Merge request reports