From: janga.rahul.kumar@intel.com
To: igt-dev@lists.freedesktop.org, ramadevi.gandi@intel.com,
janga.rahul.kumar@intel.com
Cc: nirmoy.das@intel.com
Subject: [PATCH i-g-t v2 4/4] tests/intel/xe_compute_preempt: Add compute preempt test
Date: Wed, 17 Jan 2024 02:57:56 +0530 [thread overview]
Message-ID: <20240116212756.2687603-5-janga.rahul.kumar@intel.com> (raw)
In-Reply-To: <20240116212756.2687603-1-janga.rahul.kumar@intel.com>
From: Janga Rahul Kumar <janga.rahul.kumar@intel.com>
Test submits long and short opencl kernels to exercise
preemption scenario.
Cc: Nirmoy Das <nirmoy.das@intel.com>
Signed-off-by: Janga Rahul Kumar <janga.rahul.kumar@intel.com>
---
tests/intel/xe_compute_preempt.c | 45 ++++++++++++++++++++++++++++++++
tests/meson.build | 1 +
2 files changed, 46 insertions(+)
create mode 100644 tests/intel/xe_compute_preempt.c
diff --git a/tests/intel/xe_compute_preempt.c b/tests/intel/xe_compute_preempt.c
new file mode 100644
index 000000000..31703638e
--- /dev/null
+++ b/tests/intel/xe_compute_preempt.c
@@ -0,0 +1,45 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2022 Intel Corporation
+ */
+
+/**
+ * TEST: Check compute-related preemption functionality
+ * Category: Hardware building block
+ * Sub-category: compute
+ * Test category: functionality test
+ */
+
+#include <string.h>
+
+#include "igt.h"
+#include "intel_compute.h"
+#include "xe/xe_query.h"
+
+/**
+ * SUBTEST: compute-preempt
+ * GPU requirement: LNL
+ * Description:
+ * Exercise compute walker mid thread preemption scenario
+ * Functionality: compute openCL kernel
+ */
+static void
+test_compute_preempt(int fd)
+{
+ igt_require_f(run_intel_compute_kernel_preempt(fd), "GPU not supported\n");
+}
+
+igt_main
+{
+ int xe;
+
+ igt_fixture
+ xe = drm_open_driver(DRIVER_XE);
+
+ igt_subtest("compute-preempt")
+ test_compute_preempt(xe);
+
+ igt_fixture
+ drm_close_driver(xe);
+
+}
diff --git a/tests/meson.build b/tests/meson.build
index a6a8498e2..24dd1caba 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -278,6 +278,7 @@ intel_xe_progs = [
'xe_ccs',
'xe_create',
'xe_compute',
+ 'xe_compute_preempt',
'xe_copy_basic',
'xe_dma_buf_sync',
'xe_debugfs',
--
2.25.1
next prev parent reply other threads:[~2024-01-16 21:22 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-16 21:27 [PATCH i-g-t v2 0/4] Add LNL compute preempt test janga.rahul.kumar
2024-01-16 21:27 ` [PATCH i-g-t v2 1/4] opencl/compute_increment_kernel: Add opencl increment kernel janga.rahul.kumar
2024-01-17 9:20 ` Nirmoy Das
2024-01-16 21:27 ` [PATCH i-g-t v2 2/4] lib/intel_compute_square_kernels: Add xe2lpg wmtp sip and long running opencl kernel janga.rahul.kumar
2024-01-17 9:30 ` Nirmoy Das
2024-01-16 21:27 ` [PATCH i-g-t v2 3/4] lib/intel_compute: Add LNL compute preempt library support janga.rahul.kumar
2024-01-17 9:31 ` Nirmoy Das
2024-01-16 21:27 ` janga.rahul.kumar [this message]
2024-01-17 9:31 ` [PATCH i-g-t v2 4/4] tests/intel/xe_compute_preempt: Add compute preempt test Nirmoy Das
2024-01-16 21:55 ` ✓ CI.xeBAT: success for Add LNL compute preempt test (rev2) Patchwork
2024-01-16 22:10 ` ✓ Fi.CI.BAT: " Patchwork
2024-01-16 23:27 ` ✗ Fi.CI.IGT: failure " Patchwork
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=20240116212756.2687603-5-janga.rahul.kumar@intel.com \
--to=janga.rahul.kumar@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=nirmoy.das@intel.com \
--cc=ramadevi.gandi@intel.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