Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
To: igt-dev@lists.freedesktop.org
Cc: tursulin@igalia.com, kamil.konieczny@linux.intel.com,
	lukasz.laguna@intel.com
Subject: [PATCH v3 i-g-t 0/6] benchmarks/gem_wsim: Extend engine selection syntax
Date: Mon, 29 Jul 2024 19:52:13 +0200	[thread overview]
Message-ID: <20240729175219.1636694-1-marcin.bernatowicz@linux.intel.com> (raw)

Introduces significant changes to the engine selection syntax:
- Dynamically generates the list of available physical engines.
- Identifies engines using [class:instance:gt] tuples.
- Allows specifying engine instance and gt as 
  `engine_class[<engine_instance>-<gt_id>]`.
- Adds support for compute engine class (CCS).
- Maintains 1-based engine instance ids for compatibility 
  with existing workload definitions.
- Enhances `w_step` with `engine_idx`
  and `request_idx` for throttling functionality
  (both populated during prepare workload phase).

Adds command line option (-l) to list physical engines.

v2: Split into multiple patches for easier review (Tvrtko)
v3: Rebase patchseries (Kamil)
    Corrected indentation, unbalanced braces, multiple assignments.

Signed-off-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

Marcin Bernatowicz (6):
  benchmarks/gem_wsim: Introduce intel_engines structure
  benchmarks/gem_wsim: Unify bond handling
  benchmarks/gem_wsim: Introduce engine_idx to streamline engine
    selection
  benchmarks/gem_wsim: Update request_idx in prepare phase
  benchmarks/gem_wsim: Extend engine selection syntax
  benchmarks/gem_wsim: Option to list physical engines

 benchmarks/gem_wsim.c | 840 +++++++++++++++++++++++-------------------
 1 file changed, 454 insertions(+), 386 deletions(-)

-- 
2.31.1


             reply	other threads:[~2024-07-29 17:53 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-29 17:52 Marcin Bernatowicz [this message]
2024-07-29 17:52 ` [PATCH v3 i-g-t 1/6] benchmarks/gem_wsim: Introduce intel_engines structure Marcin Bernatowicz
2024-07-31 14:53   ` Kamil Konieczny
2024-07-29 17:52 ` [PATCH v3 i-g-t 2/6] benchmarks/gem_wsim: Unify bond handling Marcin Bernatowicz
2024-07-31 14:56   ` Kamil Konieczny
2024-07-29 17:52 ` [PATCH v3 i-g-t 3/6] benchmarks/gem_wsim: Introduce engine_idx to streamline engine selection Marcin Bernatowicz
2024-07-31 14:57   ` Kamil Konieczny
2024-07-29 17:52 ` [PATCH v3 i-g-t 4/6] benchmarks/gem_wsim: Update request_idx in prepare phase Marcin Bernatowicz
2024-07-31 14:59   ` Kamil Konieczny
2024-07-29 17:52 ` [PATCH v3 i-g-t 5/6] benchmarks/gem_wsim: Extend engine selection syntax Marcin Bernatowicz
2024-07-31 15:00   ` Kamil Konieczny
2024-07-29 17:52 ` [PATCH v3 i-g-t 6/6] benchmarks/gem_wsim: Option to list physical engines Marcin Bernatowicz
2024-07-31 15:02   ` Kamil Konieczny
2024-07-29 19:40 ` ✓ CI.xeBAT: success for benchmarks/gem_wsim: Extend engine selection syntax (rev3) Patchwork
2024-07-29 19:59 ` ✓ Fi.CI.BAT: " Patchwork
2024-07-30  0:13 ` ✗ CI.xeFULL: failure " Patchwork
2024-07-31 11:40   ` Kamil Konieczny
2024-07-30 12:06 ` ✗ Fi.CI.IGT: " Patchwork
2024-07-31 11:45   ` Kamil Konieczny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240729175219.1636694-1-marcin.bernatowicz@linux.intel.com \
    --to=marcin.bernatowicz@linux.intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=kamil.konieczny@linux.intel.com \
    --cc=lukasz.laguna@intel.com \
    --cc=tursulin@igalia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox