-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ocl: GCN atomics for Mi-GPUs and other improvements
* GCN: Rely on builtin atomics (Mi-GPUs); TODO: tuned params and check if supported. * Allow relying on platform name instead of device name (c_dbcsr_acc_opencl_device_vendor). * Introduced optional kernel-flags (opencl_libsmm_smm_t); needs some followup work later. * Improved kernel by relying on work_group_broadcast in general. * improved documentation for CUDA/OpenCL stand-alone drivers * Modernized Shell script (acc_opencl.sh). * Improved some runtime error messages. * Some more debug/developer settings.
- Loading branch information
Showing
8 changed files
with
114 additions
and
55 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
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
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.