From: Andrzej Hajda <andrzej.hajda@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: Re: ✗ GitLab.Pipeline: warning for lib/gpgpu: add shader support (rev2)
Date: Thu, 16 May 2024 14:34:07 +0200 [thread overview]
Message-ID: <c21d2c72-4bc6-4d24-8640-b28d075d70f8@intel.com> (raw)
In-Reply-To: <171577034951.2117833.3616824896991262948@8e613ede5ea5>
[-- Attachment #1: Type: text/plain, Size: 3187 bytes --]
On 15.05.2024 12:52, Patchwork wrote:
> == Series Details ==
>
> Series: lib/gpgpu: add shader support (rev2)
> URL :https://patchwork.freedesktop.org/series/133020/
> State : warning
>
> == Summary ==
>
> Pipeline status: FAILED.
>
> seehttps://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1178181 for the overview.
>
> build:tests-fedora-clang has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/58765598):
Apparently clang still (?) does not support raw string literals, shall I
switch to old ugly c literals:
+ emit_iga64_code(shdr, eot, "\n\ +(W) mov (8|M0) r112.0<1>:ud
r0.0<8;8,1>:ud \n\+#if GEN_VER < 1250\n\+(W) send.ts (16|M0) null r112
null 0x10000000 0x02000010 {EOT,@1} // wr:1+0, rd:0; end of
thread\n\+#else\n\+(W) send.gtwy (8|M0) null r112 src1_null 0 0x02000000
{EOT}\n\+#endif\n\+ "); or since it is warning can we ignore it? :)
> #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0]))
> ^~~~~
> ../lib/gpgpu_shader.c:312:3: error: expected ';' after expression
> )ASM", 2, y_offset, 3, value, value, value, value);
> ^
> ;
> ../lib/gpgpu_shader.c:312:6: warning: missing terminating '"' character [-Winvalid-pp-token]
> )ASM", 2, y_offset, 3, value, value, value, value);
> ^
> ../lib/gpgpu_shader.c:312:3: error: use of undeclared identifier 'ASM'
> )ASM", 2, y_offset, 3, value, value, value, value);
> ^
> 6 warnings and 12 errors generated.
> ninja: build stopped: subcommand failed.
> section_end:1715769978:step_script
> section_start:1715769978:cleanup_file_variables
> Cleaning up project directory and file based variables
> section_end:1715769979:cleanup_file_variables
> ERROR: Job failed: exit code 1
>
>
> build:tests-fedora-oldest-meson has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/58765596):
> Checking for function "outb" : YES
> Checking if "cpuid.h" links: YES
> Header <unistd.h> has symbol "gettid": YES
> Checking whether type "struct sysinfo" has member "totalram" : YES
> Checking for function "memfd_create" : YES
> Configuring config.h using configuration
> Program python3 found: YES (/usr/bin/python3)
> lib/meson.build:236: WARNING: Identifier 'in' will become a reserved keyword in a future release. Please rename it.
>
> lib/meson.build:236:9: ERROR: Expecting eol got id.
> if f in iga64_assembly_sources
> ^
Grepping internet suggests that meson should be updated :) I have not
spotted better solution.
I guess it just matter to replace line in meson.build:
meson_version : '>=0.47.2'
with sth bigger.
Regards
Andrzej
>
> A full log can be found at /builds/gfx-ci/igt-ci-tags/build/meson-logs/meson-log.txt
> section_end:1715769970:step_script
> section_start:1715769970:cleanup_file_variables
> Cleaning up project directory and file based variables
> section_end:1715769971:cleanup_file_variables
> ERROR: Job failed: exit code 1
>
> == Logs ==
>
> For more details see:https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1178181
[-- Attachment #2: Type: text/html, Size: 6175 bytes --]
next prev parent reply other threads:[~2024-05-16 12:34 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-15 9:14 [PATCH v2 0/5] lib/gpgpu: add shader support Andrzej Hajda
2024-05-15 9:15 ` [PATCH v2 1/5] lib/gpu_cmds: add Xe_LP version of emit_vfe_state Andrzej Hajda
2024-05-15 9:15 ` [PATCH v2 2/5] lib/gpgpu_shader: tooling for preparing and running gpgpu shaders Andrzej Hajda
2024-05-15 9:15 ` [PATCH v2 3/5] lib/gpgpu_shader: add inline support for iga64 assembly Andrzej Hajda
2024-05-15 9:15 ` [PATCH v2 4/5] lib/igt_sysfs: add helpers to access engine sysfs directory Andrzej Hajda
2024-05-15 9:15 ` [PATCH v2 5/5] intel/xe_exec_sip: port test for shader sanity check Andrzej Hajda
2024-05-15 10:52 ` ✗ GitLab.Pipeline: warning for lib/gpgpu: add shader support (rev2) Patchwork
2024-05-16 12:34 ` Andrzej Hajda [this message]
2024-05-15 11:08 ` ✓ CI.xeBAT: success " Patchwork
2024-05-15 11:25 ` ✓ Fi.CI.BAT: " Patchwork
2024-05-15 12:07 ` ✗ CI.xeFULL: failure " Patchwork
2024-05-16 3:09 ` ✗ Fi.CI.IGT: " 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=c21d2c72-4bc6-4d24-8640-b28d075d70f8@intel.com \
--to=andrzej.hajda@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/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