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:
@@ -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,
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user