Returns the global memory size in bytes.
| 227 | |
| 228 | /// Returns the global memory size in bytes. |
| 229 | ulong_ global_memory_size() const |
| 230 | { |
| 231 | return get_info<ulong_>(CL_DEVICE_GLOBAL_MEM_SIZE); |
| 232 | } |
| 233 | |
| 234 | /// Returns the local memory size in bytes. |
| 235 | ulong_ local_memory_size() const |
no outgoing calls