[PATCH i-g-t 1/2] tests: xe_compute* Update test documentation

Katarzyna Piecielska katarzyna.piecielska at intel.com
Thu Feb 27 13:03:53 UTC 2025


Our documentation scripts need to have unique pairs 'Mega
feature - Sub-category', e.g. example below is causing warnings:

Mega feature: WMTP
Sub-category: CMD submission
&&
Mega feature: General Core features
Sub-category: CMD submission

There is a need to make sure that pairs are unique, so let's make change
in xe_compute* tests.

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
---
 tests/intel/xe_compute.c         | 4 +++-
 tests/intel/xe_compute_preempt.c | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/tests/intel/xe_compute.c b/tests/intel/xe_compute.c
index 558b46eba..7daf6209d 100644
--- a/tests/intel/xe_compute.c
+++ b/tests/intel/xe_compute.c
@@ -163,7 +163,9 @@ test_compute_kernel_with_ccs_mode(int num_gt)
 
 /**
  * SUBTEST: compute-square
- * Sub-category: Compute square tests
+ * Mega feature: WMTP
+ * Sub-category: wmtp tests
+ * Functionality: OpenCL kernel
  * GPU requirement: TGL, PVC, LNL, PTL
  * Description:
  *	Run an openCL Kernel that returns output[i] = input[i] * input[i],
diff --git a/tests/intel/xe_compute_preempt.c b/tests/intel/xe_compute_preempt.c
index d4c243c16..876e53823 100644
--- a/tests/intel/xe_compute_preempt.c
+++ b/tests/intel/xe_compute_preempt.c
@@ -7,7 +7,7 @@
  * TEST: Check compute-related preemption functionality
  * Category: Core
  * Mega feature: WMTP
- * Sub-category: Compute tests
+ * Sub-category: wmtp tests
  * Functionality: OpenCL kernel
  * Test category: functionality test
  */
-- 
2.34.1



More information about the igt-dev mailing list