Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/7] Extend compute square to i915 and Xe
@ 2023-08-17  9:46 Zbigniew Kempczyński
  2023-08-17  9:46 ` [igt-dev] [PATCH i-g-t 1/7] lib/intel_compute: Migrate xe_compute library to intel_compute Zbigniew Kempczyński
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Zbigniew Kempczyński @ 2023-08-17  9:46 UTC (permalink / raw)
  To: igt-dev

Even we already got gem|xe_gpgpu_fill we'd like to have a little
bit more complex compute test. Pipeline comes from reversing aub
dumped from hello.c square compute.

This series enables compute on TGL, DG2, ATS-M for both i915 and Xe.
I've noticed first run on DG2 Xe causes hang whether next run is fine.
On ATS-M there's hang for each binary run. This was main reason I've
added i915 version for compare - I don't observe such hangs there.

Cc: Christoph Manszewski <christoph.manszewski@intel.com>
Cc: Francois Dugast <francois.dugast@intel.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>

Zbigniew Kempczyński (7):
  lib/intel_compute: Migrate xe_compute library to intel_compute
  lib/intel_compute: Reorganize the code for i915 version preparation
  lib/intel_compute: Add name field for debugging purposes
  lib/intel_compute: Add i915 path in compute library
  i915/gem_compute: Add test which runs compute workload on i915
  lib/intel_compute: Add XeHP implementation of compute pipeline
  tests/gem|xe_compute: Update documentation regarding test requirements

 lib/intel_compute.c                           | 924 ++++++++++++++++++
 lib/{xe/xe_compute.h => intel_compute.h}      |  12 +-
 ...rnels.c => intel_compute_square_kernels.c} |  60 +-
 lib/meson.build                               |   4 +-
 lib/xe/xe_compute.c                           | 488 ---------
 tests/i915/gem_compute.c                      |  45 +
 tests/meson.build                             |   1 +
 tests/xe/xe_compute.c                         |   7 +-
 8 files changed, 1039 insertions(+), 502 deletions(-)
 create mode 100644 lib/intel_compute.c
 rename lib/{xe/xe_compute.h => intel_compute.h} (74%)
 rename lib/{xe/xe_compute_square_kernels.c => intel_compute_square_kernels.c} (50%)
 delete mode 100644 lib/xe/xe_compute.c
 create mode 100644 tests/i915/gem_compute.c

-- 
2.34.1

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-09-11 12:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-17  9:46 [igt-dev] [PATCH i-g-t 0/7] Extend compute square to i915 and Xe Zbigniew Kempczyński
2023-08-17  9:46 ` [igt-dev] [PATCH i-g-t 1/7] lib/intel_compute: Migrate xe_compute library to intel_compute Zbigniew Kempczyński
2023-09-05  7:44   ` Kumar, Janga Rahul
2023-08-17  9:46 ` [igt-dev] [PATCH i-g-t 2/7] lib/intel_compute: Reorganize the code for i915 version preparation Zbigniew Kempczyński
2023-09-07  9:09   ` Kumar, Janga Rahul
2023-09-11 12:14     ` Zbigniew Kempczyński
2023-08-17  9:46 ` [igt-dev] [PATCH i-g-t 3/7] lib/intel_compute: Add name field for debugging purposes Zbigniew Kempczyński
2023-08-17  9:46 ` [igt-dev] [PATCH i-g-t 4/7] lib/intel_compute: Add i915 path in compute library Zbigniew Kempczyński
2023-08-17  9:46 ` [igt-dev] [PATCH i-g-t 5/7] i915/gem_compute: Add test which runs compute workload on i915 Zbigniew Kempczyński
2023-08-17  9:46 ` [igt-dev] [PATCH i-g-t 6/7] lib/intel_compute: Add XeHP implementation of compute pipeline Zbigniew Kempczyński
2023-08-17  9:46 ` [igt-dev] [PATCH i-g-t 7/7] tests/gem|xe_compute: Update documentation regarding test requirements Zbigniew Kempczyński
2023-08-17 11:28 ` [igt-dev] ○ CI.xeBAT: info for Extend compute square to i915 and Xe Patchwork
2023-08-17 11:39   ` Zbigniew Kempczyński
2023-08-17 11:38 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-08-18  2:11 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-08-21  9:52   ` Zbigniew Kempczyński

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox