[PATCH i-g-t v4 07/25] tests/intel: Introduce GPGPU subcategory

Kamil Konieczny kamil.konieczny at linux.intel.com
Thu Mar 21 11:33:17 UTC 2024


Hi Katarzyna,
On 2024-03-14 at 14:34:37 +0000, Katarzyna Piecielska wrote:
> Let's introduce GPGPU subcategory.
> 
> v2: functionality s/gpgpu/gpgpu_fill/ to not trouble automation tools
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
> Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> Cc: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>
> Acked-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
> ---
>  tests/intel/gem_gpgpu_fill.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/tests/intel/gem_gpgpu_fill.c b/tests/intel/gem_gpgpu_fill.c
> index ac283620e..3a6d66b35 100644
> --- a/tests/intel/gem_gpgpu_fill.c
> +++ b/tests/intel/gem_gpgpu_fill.c
> @@ -51,13 +51,13 @@
>  /**
>   * TEST: gem gpgpu fill
>   * Category: Server
> - * Functionality: command submission
> - * Run type: FULL
> - * Sub-category: Compute
> + * Functionality: gpgpu_fill
> + * Sub-category: GPGPU
>   * Test category: GEM_Legacy
> + * Feature: compute
-------------- ^
This will collide with
gem_compute.c: * Sub-category: Compute

so maybe 'compute feature'? In other test you already have:

xe_evict.c: * Feature: compute machine
xe_evict.c: * Feature: compute mode threads

Regards,
Kamil

> + * Run type: FULL
>   *
>   * SUBTEST: basic
> - * Feature: compute
>   */
>  
>  #define WIDTH 64
> -- 
> 2.34.1
> 


More information about the igt-dev mailing list