You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/rocBLAS/files/rocBLAS-5.4.2-cpp_lib_files...

25 lines
898 B

Index: rocBLAS-rocm-5.4.2/clients/common/utility.cpp
===================================================================
--- rocBLAS-rocm-5.4.2.orig/clients/common/utility.cpp
+++ rocBLAS-rocm-5.4.2/clients/common/utility.cpp
@@ -38,6 +38,7 @@
#ifdef WIN32
#define strcasecmp(A, B) _stricmp(A, B)
+#include <version>
#ifdef __cpp_lib_filesystem
#include <filesystem>
namespace fs = std::filesystem;
Index: rocBLAS-rocm-5.4.2/clients/include/singletons.hpp
===================================================================
--- rocBLAS-rocm-5.4.2.orig/clients/include/singletons.hpp
+++ rocBLAS-rocm-5.4.2/clients/include/singletons.hpp
@@ -21,6 +21,6 @@
* ************************************************************************ */
// global for device memory padding see d_vector.hpp
-
+#include<cstddef>
extern size_t g_DVEC_PAD;
void d_vector_set_pad_length(size_t pad);