adding tests dry run to check if platform is in working state

Change-Id: Ic430e3f959119983a65929fc70332e293cc3448d
This commit is contained in:
Evgeny
2020-11-23 13:09:46 -06:00
والد d5c138b518
کامیت 6aa28d511f
4فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
@@ -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