[Chapel Merge] Switch to perflabel-based approach for GPU perform

Branch: refs/heads/main
Revision: aeddb71
Author: e-kayrakli
Link: Switch to perflabel-based approach for GPU performance testing @e-kayrakli by e-kayrakli · Pull Request #20260 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #20260 from e-kayrakli/gpu-perf-label

Switch to perflabel-based approach for GPU performance testing

This is what @ronawho recommended on a quick chat. I thought I had a better idea
(see Small fixes to get GPU testing working properly by e-kayrakli · Pull Request #20249 · chapel-lang/chapel · GitHub) which worked for GPU
performance testing but threw off all the other performance testing by issuing
warnings about missing .graph files.

I tried some other solutions, and captured some notes in
https://github.com/Cray/chapel-private/issues/3598.

But for now, this adjusts GPU performance testing to use a new gpu- perflabel.

Trivial, not reviewed.

Modified Files:
A test/GPU-GRAPHFILES

A test/gpu/native/studies/shoc/GPU-COMPOPTS
A test/gpu/native/studies/shoc/GPU-EXECOPTS
A test/gpu/native/studies/shoc/triad.gpu-keys
A test/gpu/native/studies/shoc/triadalt1.gpu-keys
A test/gpu/native/studies/shoc/triadalt2.gpu-keys
A test/gpu/native/studies/shoc/triadchpl.gpu-keys
R test/gpu/native/GRAPHFILES
R test/gpu/native/studies/shoc/PERFCOMPOPTS
R test/gpu/native/studies/shoc/PERFEXECOPTS
R test/gpu/native/studies/shoc/triad.perfkeys
R test/gpu/native/studies/shoc/triadalt1.perfkeys
R test/gpu/native/studies/shoc/triadalt2.perfkeys
R test/gpu/native/studies/shoc/triadchpl.perfkeys
M util/cron/test-perf.cray-cs-hdr.gpu.bash

Compare: https://github.com/chapel-lang/chapel/compare/bfe9d20d46a1...aeddb71c6a21