Merge "adding tests dry run to check if platform is in working state" into amd-staging

[ROCm/roctracer commit: 20f3103b72]
This commit is contained in:
Evgeny Shcherbakov
2020-11-24 14:00:31 -05:00
committed by Gerrit Code Review
4 changed files with 6 additions and 0 deletions
@@ -1,4 +1,6 @@
# dummy
MatrixTranspose_dryrun_trace --check-none
ctrl_dryrun_trace --check-none
MatrixTranspose_ctest_trace --check-count .*
MatrixTranspose_test_trace --check-count .* --ignore-count hsaKmt.*
MatrixTranspose_hipaact_test_trace --check-count .* --ignore-count hsaKmt.*|hipMemcpy|__hipPushCallConfiguration|hipLaunchKernel|__hipPopCallConfiguration
+4
View File
@@ -106,6 +106,10 @@ eval_test() {
test_number=$((test_number + 1))
}
# Tests dry run
eval_test "MatrixTranspose dry run" ./test/MatrixTranspose MatrixTranspose_dryrun_trace
eval_test "ctrl dry run" ./test/hsa/ctrl ctrl_dryrun_trace
# Standalone test
# rocTrecer is used explicitely by test
eval_test "standalone C test" "LD_PRELOAD=libkfdwrapper64.so ./test/MatrixTranspose_ctest" MatrixTranspose_ctest_trace