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/miopen/files/miopen-4.2.0-disable-no-inl...

15 lines
447 B

This let MIOpen compatible with >boost-1.72, for example 1.76
Suggested by: Michael Boone <mike@protagonistsystems.io>
--- a/CMakeLists.txt 2021-07-23 01:26:15.377754243 -0700
+++ b/CMakeLists.txt 2021-07-23 01:29:23.925685190 -0700
@@ -216,6 +216,7 @@
message(STATUS "Hip compiler flags: ${HIP_COMPILER_FLAGS}")
add_definitions("-DHIP_COMPILER_FLAGS=${HIP_COMPILER_FLAGS}")
+add_definitions("-DBOOST_CONTAINER_DISABLE_NOINLINE")
# HIP