diff options
Diffstat (limited to 'sci-libs/hipBLASLt/files/hipBLASLt-6.1.1-clang-19.patch')
-rw-r--r-- | sci-libs/hipBLASLt/files/hipBLASLt-6.1.1-clang-19.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-libs/hipBLASLt/files/hipBLASLt-6.1.1-clang-19.patch b/sci-libs/hipBLASLt/files/hipBLASLt-6.1.1-clang-19.patch new file mode 100644 index 000000000000..5d082cc704b6 --- /dev/null +++ b/sci-libs/hipBLASLt/files/hipBLASLt-6.1.1-clang-19.patch @@ -0,0 +1,11 @@ +Clang 19 is so smart, it can analyze templates before instantiation +--- a/tensilelite/Tensile/Source/lib/include/Tensile/MasterSolutionLibrary.hpp ++++ b/tensilelite/Tensile/Source/lib/include/Tensile/MasterSolutionLibrary.hpp +@@ -36,6 +36,7 @@ + + namespace Tensile + { ++ enum class LazyLoadingInit; + + /** + * \ingroup SolutionLibrary |