Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocl: GCN atomics for Mi-GPUs and other improvements #715

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Commits on Sep 29, 2023

  1. ocl: GCN atomics for Mi-GPUs and other improvements

    * GCN: Rely on builtin atomics (Mi-GPUs); TODO: tuned params and feature-check can be improved.
    * 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
    * Fixed warnings about unused variable (kernel code).
    * Modernized Shell script (acc_opencl.sh).
    * Improved some runtime error messages.
    * Some more debug/developer settings.
    hfp committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    06cfde0 View commit details
    Browse the repository at this point in the history