[igt-dev] [PATCH i-g-t v3 9/9] tests/gem|xe_compute: Update documentation regarding test requirements
Zbigniew Kempczyński
zbigniew.kempczynski at intel.com
Mon Sep 11 06:03:45 UTC 2023
Currently test is prepared to run on DG2, ATS-M and PVC so lets
reflect this in the documentation tags.
Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
Cc: Christoph Manszewski <christoph.manszewski at intel.com>
Cc: Francois Dugast <francois.dugast at intel.com>
Cc: Mauro Carvalho Chehab <mchehab at kernel.org>
Reviewed-by: Francois Dugast <francois.dugast at intel.com>
---
tests/intel/gem_compute.c | 3 +--
tests/intel/xe_compute.c | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/tests/intel/gem_compute.c b/tests/intel/gem_compute.c
index 3813f0f82d..8d0214c4d3 100644
--- a/tests/intel/gem_compute.c
+++ b/tests/intel/gem_compute.c
@@ -18,12 +18,11 @@
/**
* SUBTEST: compute-square
- * GPU requirement: only works on TGL
+ * GPU requirement: TGL, DG2, ATS-M
* Description:
* Run an openCL Kernel that returns output[i] = input[i] * input[i],
* for an input dataset..
* Functionality: compute openCL kernel
- * TODO: extend test to cover other platforms
*/
static void
test_compute_square(int fd)
diff --git a/tests/intel/xe_compute.c b/tests/intel/xe_compute.c
index c3a6625960..8cd26b097c 100644
--- a/tests/intel/xe_compute.c
+++ b/tests/intel/xe_compute.c
@@ -19,12 +19,11 @@
/**
* SUBTEST: compute-square
- * GPU requirement: only works on TGL
+ * GPU requirement: TGL, PVC
* Description:
* Run an openCL Kernel that returns output[i] = input[i] * input[i],
* for an input dataset..
* Functionality: compute openCL kernel
- * TODO: extend test to cover other platforms
*/
static void
test_compute_square(int fd)
--
2.34.1
More information about the igt-dev
mailing list