Get the targeted GPU architecture * * @return The targeted GPU architecture. */
| 441 | * @return The targeted GPU architecture. |
| 442 | */ |
| 443 | GPUTarget get_target() const |
| 444 | { |
| 445 | return _target; |
| 446 | } |
| 447 | |
| 448 | /** Get the maximum workgroup size for the device the CLKernelLibrary uses. |
| 449 | * |
no outgoing calls
no test coverage detected