gpu-compute,tests: Move GPU tests to testlib (#1270)

A new host tag `gcn_gpu` has been added. This allows for selection of
those GPU tests which depend upon the gcn-gpu docker image to run.

In addition to this, the square GPU tests has been moved to the CI
tests. This ensures some GPU code is compiled and run on every PR.
This commit is contained in:
Bobby R. Bruce
2024-08-19 10:58:06 -07:00
committed by GitHub
parent b0d81ec8a2
commit f600db4a98
8 changed files with 255 additions and 97 deletions

View File

@@ -267,6 +267,7 @@ def define_constants(constants):
constants.host_isa_tag_type = "host"
constants.host_x86_64_tag = "x86_64"
constants.host_arm_tag = "aarch64"
constants.host_gcn_gpu_tag = "gcn_gpu"
constants.kvm_tag = "kvm"
@@ -295,6 +296,7 @@ def define_constants(constants):
constants.host_isa_tag_type: (
constants.host_x86_64_tag,
constants.host_arm_tag,
constants.host_gcn_gpu_tag,
),
}