Skip to content

Commit

Permalink
Build hipCUB tests
Browse files Browse the repository at this point in the history
Builds tests for hipCUB and add them to the prim-tests artifact.
  • Loading branch information
marbre committed Mar 7, 2025
1 parent cf235b8 commit 6334a78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions math-libs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ if(THEROCK_ENABLE_PRIM)
-DHIP_PLATFORM=amd
-DROCM_PATH=
-DROCM_DIR=
-DBUILD_TEST=ON
COMPILER_TOOLCHAIN
amd-hip
RUNTIME_DEPS
Expand Down Expand Up @@ -137,6 +138,7 @@ if(THEROCK_ENABLE_PRIM)
COMPONENTS
dev
doc
test
SUBPROJECT_DEPS rocPRIM hipCUB rocThrust
)
endif(THEROCK_ENABLE_PRIM)
Expand Down
5 changes: 5 additions & 0 deletions math-libs/artifact-prim.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# hipCUB
[components.dev."math-libs/hipCUB/stage"]
[components.doc."math-libs/hipCUB/stage"]
[components.test."math-libs/hipCUB/stage"]
include = [
"bin/test_*",
"bin/hipcub/CTestTestfile.cmake",
]

# rocThrust
[components.dev."math-libs/rocThrust/stage"]
Expand Down

0 comments on commit 6334a78

Please sign in to comment.