-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ocl: discover device properties once and simplified setting up WG-size
* Store cl_device_id in c_dbcsr_acc_opencl_device_t and rely on it (instead of querying it repeatedly). * Make maximum size of work-group (WG) and preferred multiple available as part of device structure. * Discover subgroups. Avoid some compile-time decision (OpenCL 3.0). * Simplify handling WG-size (and SG-size). * Code cleanup (_DEBUG).
- Loading branch information
Showing
5 changed files
with
392 additions
and
447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.