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

[ROCm/roctracer commit: 20f3103b72]
此提交包含在:
Evgeny Shcherbakov
2020-11-24 14:00:31 -05:00
提交者 Gerrit Code Review
當前提交 ce7f1bf14a
共有 4 個檔案被更改,包括 6 行新增0 行删除
查看文件
查看文件
+2
查看文件
@@ -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
查看文件
@@ -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