From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 59BC310E8CF for ; Fri, 8 Sep 2023 13:57:01 +0000 (UTC) Date: Fri, 8 Sep 2023 15:56:42 +0200 From: Francois Dugast To: Zbigniew =?utf-8?Q?Kempczy=C5=84ski?= Message-ID: References: <20230905133309.365109-1-zbigniew.kempczynski@intel.com> <20230905133309.365109-10-zbigniew.kempczynski@intel.com> Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230905133309.365109-10-zbigniew.kempczynski@intel.com> MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t v2 9/9] tests/gem|xe_compute: Update documentation regarding test requirements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: 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 > Cc: Christoph Manszewski > Cc: Francois Dugast > Cc: Mauro Carvalho Chehab Reviewed-by: Francois Dugast > --- > 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 >