Skip to content

Commit

Permalink
added support for NVMM memory
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Sep 22, 2021
1 parent 9a94ef5 commit baf9006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ else()
message("-- BUILD_EXPERIMENTAL disabled")
file(GLOB pluginSources plugins/*.cpp plugins/*.cu plugins/pose/trt_pose/parse/*.cpp)
endif()


link_directories(/usr/lib/aarch64-linux-gnu/tegra)
cuda_add_library(jetson-inference SHARED ${inferenceSources} ${pluginSources})
target_include_directories(jetson-inference PRIVATE ${PROJECT_SOURCE_DIR}/plugins/pose/trt_pose/parse)

Expand Down
2 changes: 1 addition & 1 deletion utils

0 comments on commit baf9006

Please sign in to comment.