[igt-dev] [PATCH i-g-t v2 9/9] tests/gem|xe_compute: Update documentation regarding test requirements
Francois Dugast
francois.dugast at intel.com
Fri Sep 8 13:56:42 UTC 2023
On Tue, Sep 05, 2023 at 03:33:09PM +0200, Zbigniew Kempczyński wrote:
> 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 b408efee16..8f4722d2dc 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 0c54fbec42..07764decb5 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