[igt-dev] [PATCH i-g-t 7/7] tests/gem|xe_compute: Update documentation regarding test requirements
Zbigniew Kempczyński
zbigniew.kempczynski at intel.com
Thu Aug 17 09:46:52 UTC 2023
Currently test is prepared to run on DG2 and ATS-M 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>
---
tests/i915/gem_compute.c | 3 +--
tests/xe/xe_compute.c | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/tests/i915/gem_compute.c b/tests/i915/gem_compute.c
index b408efee16..8f4722d2dc 100644
--- a/tests/i915/gem_compute.c
+++ b/tests/i915/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/xe/xe_compute.c b/tests/xe/xe_compute.c
index 0c54fbec42..71ff790460 100644
--- a/tests/xe/xe_compute.c
+++ b/tests/xe/xe_compute.c
@@ -19,12 +19,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)
--
2.34.1
More information about the igt-dev
mailing list