Skip to content

Commit

Permalink
Mali GPU does not support host unified memory in fact BVLC#53
Browse files Browse the repository at this point in the history
- missed changes to CMakeLists.txt for original issue
  • Loading branch information
Daniil Efremov committed Feb 6, 2017
1 parent 7da76f3 commit 834ae9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -124,6 +124,10 @@ endif()
include(cmake/Dependencies.cmake)

# ---[ Flags
if(DISABLE_DEVICE_HOST_UNIFIED_MEMORY)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DDISABLE_DEVICE_HOST_UNIFIED_MEMORY")
endif()

if(UNIX OR APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -Wall -std=c++11 -DCMAKE_BUILD")
endif()
Expand Down

0 comments on commit 834ae9b

Please sign in to comment.