Skip to content

Commit

Permalink
HAVE_PMR=0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrdar committed Nov 19, 2024
1 parent d318673 commit 356c27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pluto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project( pluto VERSION ${atlas_VERSION} LANGUAGES CXX )
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

set(PLUTO_HAVE_PMR 1)
set(PLUTO_HAVE_PMR 0)
### Normally we should be auto-detecting std::pmr (c++17) for polymorphic memory resource
# However, CUDA or HIP compiler seems to not find the right headers,
#  so for now we don't rely on it
Expand Down

0 comments on commit 356c27e

Please sign in to comment.