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.longKernel.getKernelLocalMemSizeInUse(Device device) Retrieves the amount of local memory used in the specified device by this kernel instance.intKernel.getKernelMaxWorkGroupSize(Device device) Retrieves the maximum work-group size allowed for this kernel when running on the specified device.longKernel.getKernelMinimumPrivateMemSizeInUsePerWorkItem(Device device) Retrieves that minimum private memory in use per work item for this kernel instance and the specified device.intKernel.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) longKernelRunner.getKernelLocalMemSizeInUse(Device device) intKernelRunner.getKernelMaxWorkGroupSize(Device device) longKernelRunner.getKernelMinimumPrivateMemSizeInUsePerWorkItem(Device device) intKernelRunner.getKernelPreferredWorkGroupSizeMultiple(Device device)