[llvm] AMDGPU: Add round-to-odd rounding during f64 to bf16 conversion (PR #133995)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 4 21:25:06 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-x86_64-debian` running on `lldb-x86_64-debian` while building `llvm` at step 6 "test".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/162/builds/19592

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test) failure: build (failure)
...
PASS: lldb-api :: python_api/formatters/TestFormattersSBAPI.py (308 of 2823)
PASS: lldb-api :: types/TestFloatTypesExpr.py (309 of 2823)
PASS: lldb-api :: lang/cpp/unique-types3/TestUniqueTypes3.py (310 of 2823)
PASS: lldb-api :: functionalities/vtable/TestVTableValue.py (311 of 2823)
PASS: lldb-api :: tools/lldb-dap/breakpoint/TestDAP_setExceptionBreakpoints.py (312 of 2823)
PASS: lldb-api :: functionalities/thread/thread_exit/TestThreadExit.py (313 of 2823)
PASS: lldb-shell :: Minidump/fb-dump.test (314 of 2823)
PASS: lldb-api :: lang/cpp/preferred_name/TestPreferredName.py (315 of 2823)
PASS: lldb-api :: commands/expression/call-function/TestCallStopAndContinue.py (316 of 2823)
UNRESOLVED: lldb-api :: driver/batch_mode/TestBatchMode.py (317 of 2823)
******************** TEST 'lldb-api :: driver/batch_mode/TestBatchMode.py' FAILED ********************
Script:
--
/usr/bin/python3 /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/./lib --env LLVM_INCLUDE_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/include --env LLVM_TOOLS_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/./bin --arch x86_64 --build-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex --lldb-module-cache-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/lldb --compiler /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/clang --dsymutil /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/worker/2.0.1/lldb-x86_64-debian/build/./bin --lldb-obj-root /home/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb --lldb-libs-dir /home/worker/2.0.1/lldb-x86_64-debian/build/./lib -t /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/driver/batch_mode -p TestBatchMode.py
--
Exit Code: 1

Command Output (stdout):
--
lldb version 21.0.0git (https://github.com/llvm/llvm-project.git revision f47034cbe5c02b748742c733cf453b3b907687e5)
  clang revision f47034cbe5c02b748742c733cf453b3b907687e5
  llvm revision f47034cbe5c02b748742c733cf453b3b907687e5
78
(lldb) settings clear -all
7
                                                                                8(lldb) settings set symbols.enable-external-lookup false
(lldb) settings set target.inherit-tcc true
(lldb) settings set target.disable-aslr false
(lldb) settings set target.detach-on-error false
(lldb) settings set target.auto-apply-fixits false
(lldb) settings set plugin.process.gdb-remote.packet-timeout 60
(lldb) settings set symbols.clang-modules-cache-path "/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-lldb/lldb-api"
(lldb) settings set use-color false
(lldb) settings set show-statusline false
78(lldb) target create "/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/driver/batch_mode/TestBatchMode.test_batch_mode_attach_exit/a.out"
Current executable set to '/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/driver/batch_mode/TestBatchMode.test_batch_mode_attach_exit/a.out' (x86_64).
(lldb) process attach -p 1733134
Process 1733134 stopped
* thread #1, name = 'a.out', stop reason = signal SIGSTOP
    frame #0: 0x00007efc3faee443 libc.so.6`clock_nanosleep + 35
libc.so.6`clock_nanosleep:
->  0x7efc3faee443 <+35>: negl   %eax
    0x7efc3faee445 <+37>: retq   
    0x7efc3faee446 <+38>: nopw   %cs:(%rax,%rax)
    0x7efc3faee450 <+48>: subq   $0x28, %rsp
(lldb) breakpoint set --file 'main.c' -p 'Stop here to unset keep_waiting' -N keep_waiting
Breakpoint 1: where = a.out`main + 221 at main.c:29:13, address = 0x0000556cbc76925d
(lldb) continue
Process 1733134 resuming

```

</details>

https://github.com/llvm/llvm-project/pull/133995


More information about the llvm-commits mailing list