You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for getKernelMaxWorkGroupSize(), getKernelCompileWorkGroupSize(), getKernelPreferredWorkGroupSizeMultiple(), getKernelMinimumPrivateMemSizeInUsePerWorkItem() and getKernelLocalMemSizeInUse()
Fixed Barriers give inconsistent results on NVIDIA backend.
New Kernel.compile(...) methods for forcing pre-compilation of a kernel without executing it
Fixed NPE bug for Kernel.getProfileReportCurrentThread(device) and similar methods
Fixed bug where ClassModel would throw an error when loaded if boot strap methods were 0.
Aparapi can now run on any OpenCL version rather than failing on untested versions it produces a warning.