Branch: refs/heads/main
Revision: d177f08
Author: daviditen
Log Message:
Merge pull request #18334 from daviditen/verbose-gpu-diags
Enable runtime GPU diagnostics with the existing --verbose flag
[reviewed by @stonea]
Instead of using a macro at compile time, enable GPU diagnostics with the
existing flag '--verbose' or '-v'. This enables turning the GPU diagnostics
on and off with a flag at program launch time instead of needing to recompile
the runtime and user-program.
Signed-off-by: David Iten daviditen@users.noreply.github.com
Modified Files:
M runtime/src/chpl-gpu.c
Compare: https://github.com/chapel-lang/chapel/compare/65f3807ea2ff...d177f0801d45