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: updated tuned parameters #842

Merged
merged 2 commits into from
Sep 11, 2024
Merged

ocl: updated tuned parameters #842

merged 2 commits into from
Sep 11, 2024

Conversation

hfp
Copy link
Member

@hfp hfp commented Sep 11, 2024

  • tune_multiply.py

    • Make certain resources unique on a per-rank basis.
    • Only save JSON-file in case of tangible result.
    • Create DB-directory without prior removal
    • Reset label when input stems from file.
    • Avoid caching kernels.
  • Code cleanup

    • Disabled ACC_OPENCL_PROFILE (c_dbcsr_acc_set_active_device), as it is potentially too early to use the timer facility.
    • NULL-device refers to device 0 (c_dbcsr_acc_opencl_device_name).
    • Print separate error message (acc_bench_smm).
    • Improved OPENCL_LIBSMM_VALIDATE.

hfp and others added 2 commits September 11, 2024 09:07
* tune_multiply.py
  - Make certain resources unique on a per-rank basis.
  - Only save JSON-file in case of tangible result.
  - Create DB-directory without prior removal
  - Reset label when input stems from file.
  - Avoid caching kernels.

* Code cleanup
  - Disabled ACC_OPENCL_PROFILE (c_dbcsr_acc_set_active_device),
    as it is potentially too early to use the timer facility.
  - NULL-device refers to device 0 (c_dbcsr_acc_opencl_device_name).
  - Print separate error message (acc_bench_smm).
  - Improved OPENCL_LIBSMM_VALIDATE.
@hfp hfp merged commit b12b740 into cp2k:develop Sep 11, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant