ewlu / gcc-precommit-ci

2 stars 0 forks source link

Patch Status 38709-wwwdocs_gcc15_mention_wider_offloading_arch_combination_support_eg_aarch64__nvptx-1 #2264

Open github-actions[bot] opened 2 hours ago

github-actions[bot] commented 2 hours ago

Precommit CI Run information

Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/10956983785

Patch information

Applied patches: 1 -> 1 Associated series: https://patchwork.sourceware.org/project/gcc/list/?series=38709 Last patch applied: https://patchwork.sourceware.org/project/gcc/patch/827db6d4-ed29-48e5-b8ac-5a4c3e90a14d@baylibre.com/ Patch id: 97744

Build Targets

Some targets are built as multilibs. If a build target ends with multilib, please refer to the table below to see all the targets within that multilib. Target name -march string
newlib-rv64gcv-lp64d-multilib rv64gcv-lp64d, rv32gc-ilp32d, rv64gc-lp64d, rv32imc_zba_zbb_zbc_zbs-ilp32
linux-rv64gcv-lp64d-multilib rv32gcv-ilp32d, rv64gcv-lp64d
linux-rv64gc_zba_zbb_zbc_zbs-lp64d-multilib rv32gc_zba_zbb_zbc_zbs-ilp32d, rv64gc_zba_zbb_zbc_zbs-lp64d

Target Information

Target Shorthand -march string
Bitmanip gc_zba_zbb_zbc_zbs

Notes

Testsuite results use a more lenient allowlist to reduce error reporting with flakey tests. Please take a look at the current allowlist. Results come from a sum file comparator. Each patch is applied to a well known, non-broken baseline taken from our gcc postcommit framework (here) which runs the full gcc testsuite every 6 hours. If you have any questions or encounter any issues which may seem like false-positives, please contact us at patchworks-ci@rivosinc.com

github-actions[bot] commented 2 hours ago

Lint Status

The following issues have been found with 38709-wwwdocs_gcc15_mention_wider_offloading_arch_combination_support_eg_aarch64__nvptx-1 using gcc's ./contrib/check_GNU_style.py. Please use your best judgement when resolving these issues. These are only warnings and do not need to be resolved in order to merge your patch.

=== ERROR type #1: dot, space, space, new sentence (1 error(s)) ===
htdocs/gcc-15/changes.html:42:36:    combinations have been resolved.█In particular, offloading from an

Additional information

github-actions[bot] commented 2 hours ago

Apply Status

Target Status
Baseline hash: https://github.com/gcc-mirror/gcc/commit/91da9e3b5486875efbdb7428d63c3a0fa42508a9 Failed
Tip of tree hash: https://github.com/gcc-mirror/gcc/commit/bf4a5efa80ef8438deb0a99c9a02b1f550aaf814 Failed

Command

> git am ../patches/*.patch --whitespace=fix -q --3way --empty=drop

Output

error: sha1 information is lacking or useless (htdocs/gcc-15/changes.html).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 gcc-15: mention wider offloading arch combination support (e.g. aarch64 + nvptx)
diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 7c372688..e923ede4 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -36,6 +36,14 @@ a work-in-progress.</p>
 <!-- .................................................................. -->
 <h2 id="general">General Improvements</h2>

+<ul>
+  <li>
+    For offloading, issues preventing some host-device architecture
+    combinations have been resolved. In particular, offloading from an
+    aarch64 host to a nvptx device is now supported.</li>
+  </li>
+</li>
+
 <!-- .................................................................. -->
 <h2 id="languages">New Languages and Language specific improvements</h2>

Additional information