[llvm-branch-commits] [libclc] release/20.x: [libclc] Include isnan implementation for SPIR-V targets (PR #140902)
https://github.com/karolherbst updated https://github.com/llvm/llvm-project/pull/140902 >From 19163b472984a6c3f8df599d95763794c8d9e3ec Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Wed, 21 May 2025 15:57:38 +0200 Subject: [PATCH] [libclc] Include isnan implementation for SPIR-V targets The fma software emulation requires it. Similar to https://github.com/llvm/llvm-project/pull/124614 --- libclc/clc/lib/spirv/SOURCES | 1 + libclc/clc/lib/spirv64/SOURCES | 1 + 2 files changed, 2 insertions(+) diff --git a/libclc/clc/lib/spirv/SOURCES b/libclc/clc/lib/spirv/SOURCES index 509236d587cd0..f97a1407f6631 100644 --- a/libclc/clc/lib/spirv/SOURCES +++ b/libclc/clc/lib/spirv/SOURCES @@ -10,5 +10,6 @@ ../generic/math/clc_nextafter.cl ../generic/math/clc_rint.cl ../generic/math/clc_trunc.cl +../generic/relational/clc_isnan.cl ../generic/relational/clc_select.cl ../generic/shared/clc_clamp.cl diff --git a/libclc/clc/lib/spirv64/SOURCES b/libclc/clc/lib/spirv64/SOURCES index 509236d587cd0..f97a1407f6631 100644 --- a/libclc/clc/lib/spirv64/SOURCES +++ b/libclc/clc/lib/spirv64/SOURCES @@ -10,5 +10,6 @@ ../generic/math/clc_nextafter.cl ../generic/math/clc_rint.cl ../generic/math/clc_trunc.cl +../generic/relational/clc_isnan.cl ../generic/relational/clc_select.cl ../generic/shared/clc_clamp.cl ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
[llvm-branch-commits] [libclc] [libclc] Include isnan implementation for SPIR-V targets (PR #140902)
https://github.com/karolherbst updated https://github.com/llvm/llvm-project/pull/140902 >From d8ad1f550cf4c32bc07f11a911d0dd7f54d2ba28 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Wed, 21 May 2025 15:57:38 +0200 Subject: [PATCH] [libclc] Include isnan implementation for SPIR-V targets The fma software emulation requires it. Similar to https://github.com/llvm/llvm-project/pull/124614 --- libclc/spirv/lib/SOURCES | 1 + libclc/spirv64/lib/SOURCES | 1 + 2 files changed, 2 insertions(+) diff --git a/libclc/spirv/lib/SOURCES b/libclc/spirv/lib/SOURCES index 854cba614c8bf..2566620161f93 100644 --- a/libclc/spirv/lib/SOURCES +++ b/libclc/spirv/lib/SOURCES @@ -86,5 +86,6 @@ math/fma.cl ../../generic/lib/math/clc_tanpi.cl ../../generic/lib/math/tanpi.cl ../../generic/lib/math/tgamma.cl +../../generic/lib/relational/isnan.cl ../../generic/lib/shared/vload.cl ../../generic/lib/shared/vstore.cl diff --git a/libclc/spirv64/lib/SOURCES b/libclc/spirv64/lib/SOURCES index 854cba614c8bf..2566620161f93 100644 --- a/libclc/spirv64/lib/SOURCES +++ b/libclc/spirv64/lib/SOURCES @@ -86,5 +86,6 @@ math/fma.cl ../../generic/lib/math/clc_tanpi.cl ../../generic/lib/math/tanpi.cl ../../generic/lib/math/tgamma.cl +../../generic/lib/relational/isnan.cl ../../generic/lib/shared/vload.cl ../../generic/lib/shared/vstore.cl ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
[llvm-branch-commits] [libclc] release/20.x: [libclc] Include isnan implementation for SPIR-V targets (PR #140902)
https://github.com/karolherbst edited https://github.com/llvm/llvm-project/pull/140902 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
[llvm-branch-commits] [libclc] release/20.x: [libclc] Include isnan implementation for SPIR-V targets (PR #140902)
https://github.com/karolherbst edited https://github.com/llvm/llvm-project/pull/140902 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
[llvm-branch-commits] [libclc] [libclc] Include isnan implementation for SPIR-V targets (PR #140902)
https://github.com/karolherbst created https://github.com/llvm/llvm-project/pull/140902 The fma software emulation requires it. Similar to https://github.com/llvm/llvm-project/pull/124614 >From 2bf0c7156c125edcb7adf3441100694822b648df Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Wed, 21 May 2025 15:57:38 +0200 Subject: [PATCH] [libclc] Include isnan implementation for SPIR-V targets The fma software emulation requires it. Similar to https://github.com/llvm/llvm-project/pull/124614 --- libclc/spirv64/lib/SOURCES | 1 + 1 file changed, 1 insertion(+) diff --git a/libclc/spirv64/lib/SOURCES b/libclc/spirv64/lib/SOURCES index 854cba614c8bf..2566620161f93 100644 --- a/libclc/spirv64/lib/SOURCES +++ b/libclc/spirv64/lib/SOURCES @@ -86,5 +86,6 @@ math/fma.cl ../../generic/lib/math/clc_tanpi.cl ../../generic/lib/math/tanpi.cl ../../generic/lib/math/tgamma.cl +../../generic/lib/relational/isnan.cl ../../generic/lib/shared/vload.cl ../../generic/lib/shared/vstore.cl ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits