Retrieves the amount of local memory used in the specified device by this kernel instance. @param device the device where the kernel is intended to run @return the number of bytes of local memory in use for the specified device and current kernel @throws QueryFailedException if the query couldn't c
(Device device)
| 2950 | * @throws QueryFailedException if the query couldn't complete |
| 2951 | */ |
| 2952 | public long getKernelLocalMemSizeInUse(Device device) throws QueryFailedException { |
| 2953 | return prepareKernelRunner().getKernelLocalMemSizeInUse(device); |
| 2954 | } |
| 2955 | |
| 2956 | /** |
| 2957 | * Retrieves the preferred work-group multiple in the specified device for this kernel instance. |