diff options
author | Leandro Lacerda <leandrolcampos@yahoo.com.br> | 2025-08-05 15:33:20 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-05 13:33:20 -0500 |
commit | cd0268063d47fb7e5331300db7c21d7302531e33 (patch) | |
tree | ddeb77fd1cc68ab437a011372acc84f64a5c91c7 /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
parent | 448c88478dc3148eb69c9b0025746d243ae19a0f (diff) | |
download | llvm-cd0268063d47fb7e5331300db7c21d7302531e33.zip llvm-cd0268063d47fb7e5331300db7c21d7302531e33.tar.gz llvm-cd0268063d47fb7e5331300db7c21d7302531e33.tar.bz2 |
[Offload][Conformance] Add tests for single-precision math functions (#152013)
This patch adds a new set of conformance tests for single-precision math
functions provided by the LLVM libm for GPUs.
The functions included in this set were selected based on the following
criteria:
- An implementation exists in `libc/src/math/generic` (i.e., it is not
just a wrapper around a compiler built-in).
- The corresponding LLVM CPU libm implementation is correctly rounded.
- The function is listed in Table 65 of the OpenCL C Specification
v3.0.19.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions