Uses of Class
com.aparapi.exception.QueryFailedException
Packages that use QueryFailedException
-
Uses of QueryFailedException in com.aparapi
Methods in com.aparapi that throw QueryFailedExceptionModifier and TypeMethodDescriptionint[]
Kernel.getKernelCompileWorkGroupSize
(Device device) Retrieves the specified work-group size in the compiled kernel for the specified device or intermediate language for the device.long
Kernel.getKernelLocalMemSizeInUse
(Device device) Retrieves the amount of local memory used in the specified device by this kernel instance.int
Kernel.getKernelMaxWorkGroupSize
(Device device) Retrieves the maximum work-group size allowed for this kernel when running on the specified device.long
Kernel.getKernelMinimumPrivateMemSizeInUsePerWorkItem
(Device device) Retrieves that minimum private memory in use per work item for this kernel instance and the specified device.int
Kernel.getKernelPreferredWorkGroupSizeMultiple
(Device device) Retrieves the preferred work-group multiple in the specified device for this kernel instance. -
Uses of QueryFailedException in com.aparapi.internal.kernel
Methods in com.aparapi.internal.kernel that throw QueryFailedExceptionModifier and TypeMethodDescriptionint[]
KernelRunner.getKernelCompileWorkGroupSize
(Device device) long
KernelRunner.getKernelLocalMemSizeInUse
(Device device) int
KernelRunner.getKernelMaxWorkGroupSize
(Device device) long
KernelRunner.getKernelMinimumPrivateMemSizeInUsePerWorkItem
(Device device) int
KernelRunner.getKernelPreferredWorkGroupSizeMultiple
(Device device)