Skip to content

Commit

Permalink
Disable system find-db in-memory caching by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lowell committed Jul 8, 2019
1 parent c02bedc commit 326bf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ option( BUILD_SHARED_LIBS "Build as a shared library" ON )

option( BUILD_DEV "Build for development only" OFF)

option( MIOPEN_DEBUG_FIND_DB_CACHING "Use system find-db caching" ON)
option( MIOPEN_DEBUG_FIND_DB_CACHING "Use system find-db caching" OFF)

set( MIOPEN_INSTALL_DIR miopen)
set( DATA_INSTALL_DIR ${MIOPEN_INSTALL_DIR}/${CMAKE_INSTALL_DATAROOTDIR}/miopen )
Expand Down

0 comments on commit 326bf22

Please sign in to comment.