Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v3 0/9] Extend compute square to i915 and Xe
@ 2023-09-11  6:03 Zbigniew Kempczyński
  2023-09-11  6:03 ` [igt-dev] [PATCH i-g-t v3 1/9] lib/intel_compute: Migrate xe_compute library to intel_compute Zbigniew Kempczyński
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Zbigniew Kempczyński @ 2023-09-11  6:03 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, PVC selectively 
for i915 and Xe.

v3: Addressing review comments, series is r-b apart of first patch.
    Get the results for both - i915 and xe.

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

Zbigniew Kempczyński (9):
  lib/intel_compute: Migrate xe_compute library to intel_compute
  lib/intel_compute: Add compatibility flags for running 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
  intel/gem_compute: Add test which runs compute workload on i915
  lib/intel_compute: Add XeHP implementation of compute pipeline
  lib/intel_compute: Adding pvc compute pipeline implementation
  tests/gem|xe_compute: Update documentation regarding test requirements

 lib/intel_compute.c                      | 1157 ++++++++++++++++++++++
 lib/{xe/xe_compute.h => intel_compute.h} |   12 +-
 lib/intel_compute_square_kernels.c       |  166 ++++
 lib/meson.build                          |    4 +-
 lib/xe/xe_compute.c                      |  488 ---------
 lib/xe/xe_compute_square_kernels.c       |   71 --
 tests/intel/gem_compute.c                |   45 +
 tests/intel/xe_compute.c                 |    7 +-
 tests/meson.build                        |    1 +
 9 files changed, 1380 insertions(+), 571 deletions(-)
 create mode 100644 lib/intel_compute.c
 rename lib/{xe/xe_compute.h => intel_compute.h} (72%)
 create mode 100644 lib/intel_compute_square_kernels.c
 delete mode 100644 lib/xe/xe_compute.c
 delete mode 100644 lib/xe/xe_compute_square_kernels.c
 create mode 100644 tests/intel/gem_compute.c

-- 
2.34.1

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

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

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-11  6:03 [igt-dev] [PATCH i-g-t v3 0/9] Extend compute square to i915 and Xe Zbigniew Kempczyński
2023-09-11  6:03 ` [igt-dev] [PATCH i-g-t v3 1/9] lib/intel_compute: Migrate xe_compute library to intel_compute Zbigniew Kempczyński
2023-09-11  9:49   ` Kamil Konieczny
2023-09-11  6:03 ` [igt-dev] [PATCH i-g-t v3 2/9] lib/intel_compute: Add compatibility flags for running compute Zbigniew Kempczyński
2023-09-11  9:58   ` Kamil Konieczny
2023-09-11  6:03 ` [igt-dev] [PATCH i-g-t v3 3/9] lib/intel_compute: Reorganize the code for i915 version preparation Zbigniew Kempczyński
2023-09-11  6:03 ` [igt-dev] [PATCH i-g-t v3 4/9] lib/intel_compute: Add name field for debugging purposes Zbigniew Kempczyński
2023-09-11  6:03 ` [igt-dev] [PATCH i-g-t v3 5/9] lib/intel_compute: Add i915 path in compute library Zbigniew Kempczyński
2023-09-11  6:03 ` [igt-dev] [PATCH i-g-t v3 6/9] intel/gem_compute: Add test which runs compute workload on i915 Zbigniew Kempczyński
2023-09-11  6:03 ` [igt-dev] [PATCH i-g-t v3 7/9] lib/intel_compute: Add XeHP implementation of compute pipeline Zbigniew Kempczyński
2023-09-11  6:03 ` [igt-dev] [PATCH i-g-t v3 8/9] lib/intel_compute: Adding pvc compute pipeline implementation Zbigniew Kempczyński
2023-09-11  6:03 ` [igt-dev] [PATCH i-g-t v3 9/9] tests/gem|xe_compute: Update documentation regarding test requirements Zbigniew Kempczyński
2023-09-11  6:57 ` [igt-dev] ✓ CI.xeBAT: success for Extend compute square to i915 and Xe (rev3) Patchwork
2023-09-11  7:04 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
2023-09-11  8:17   ` Zbigniew Kempczyński
2023-09-11 10:10     ` Yedireswarapu, SaiX Nandan
2023-09-11 10:09 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-09-11 12:21 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

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