Skip to content

Commit

Permalink
Adopt MatX v0.4.0 (nv-morpheus#36)
Browse files Browse the repository at this point in the history
Currently we are tracking a commit hash to adopt fixes needed for Morpheus, which were rolled into the 0.4.0 release.

nv-morpheus/Morpheus#909

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Christopher Harris (https://github.com/cwharris)

URL: nv-morpheus#36
  • Loading branch information
dagardner-nv authored Apr 28, 2023
1 parent e49a3fa commit c71dd5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmake/morpheus_utils/package_config/matx/Configure_matx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ function(morpheus_utils_configure_matx)
list(APPEND CMAKE_MESSAGE_CONTEXT "matx")

morpheus_utils_assert_cpm_initialized()
set(MATX_VERSION "0.3.0" CACHE STRING "Version of MatX to use")
set(MATX_TAG "015908f" CACHE STRING "Tag of MatX to use")
set(MATX_VERSION "0.4.0" CACHE STRING "Version of MatX to use")
set(MATX_TAG "v${MATX_VERSION}" CACHE STRING "Tag of MatX to use")

if(CUDAToolkit_FOUND AND (CUDAToolkit_VERSION VERSION_GREATER "11.5"))

Expand All @@ -38,6 +38,7 @@ function(morpheus_utils_configure_matx)
CPM_ARGS
GIT_REPOSITORY https://github.com/NVIDIA/MatX.git
GIT_TAG "${MATX_TAG}"
GIT_SHALLOW TRUE
OPTIONS "MATX_BUILD_32_BIT ON"
"MATX_BUILD_BENCHMARKS OFF"
"MATX_BUILD_DOCS OFF"
Expand Down

0 comments on commit c71dd5b

Please sign in to comment.