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-add-missing-h...

15 lines
271 B

Mitigate compilation issue.
std::bad_alloc is defined in <new>
--- a/clients/include/host_alloc.hpp
+++ b/clients/include/host_alloc.hpp
@@ -22,6 +22,8 @@
#pragma once
+#include <new>
+
//!
//! @brief Host free memory w/o swap. Returns kB or -1 if unknown.
//!