Commit Graph

7 Commits

Author SHA1 Message Date
Evgeny Shcherbakov 2761dff93f Merge "tests: make tests print msg and exit on errors" into amd-master
[ROCm/rocprofiler commit: 8092bd9b2b]
2019-07-24 14:20:25 -04:00
Evgeny Shcherbakov 8fc21a61c7 Merge "tests: remove TCC_EA_* counters to support gfx8" into amd-master
[ROCm/rocprofiler commit: ed68e4c432]
2019-07-24 14:20:14 -04:00
Xianwei Zhang 49fb7711b1 tests: make tests print msg and exit on errors
Change-Id: Ie5af942551a6970a7414c30988a47ed57a9baf27


[ROCm/rocprofiler commit: 87e46dde4e]
2019-07-23 17:18:54 -04:00
Evgeny 8b16b3b733 integrating memory_validation bench in cmake build
Change-Id: I90ad85c7b1517c162804a00d5abb75007bf831fe


[ROCm/rocprofiler commit: 6c5ca62575]
2019-07-23 11:14:44 -05:00
Xianwei Zhang 82b1bfabed tests: remove TCC_EA_* counters to support gfx8
TCC_EA_* counters are only available on gfx9 devices, and thus
the memory validation tests fail on gfx8. To fix the issue,
this patch removes TCC_EA_* metrics and keeps only the ones
supported by both gfx8 and gfx9.

Change-Id: Ib3889435b88f2e6970981304a72cee75d5343d4b


[ROCm/rocprofiler commit: 6152563612]
2019-07-23 05:00:28 -05:00
Xianwei Zhang 19a2bdc734 tests: add top-level Makefile and run.sh
Change-Id: Ieaef51422c11ec27d56ff19953f9a5dd1f563353


[ROCm/rocprofiler commit: a5a56425bb]
2019-07-18 05:21:20 -05:00
Xianwei Zhang f5b54bff3d test: add tests to validate cache/mem blocks
To validate cache and memory blocks profiling, this patch prepares
tests to profile dedicated kernels using specified counters, to
compare the profiled results against expected ones, and further
show the test is a fail or pass.  Tests here are focusing on cache
hit/miss, memory fetch/write size.

Change-Id: Icbc8096a6e15256dec66297597a57c7665a533b8


[ROCm/rocprofiler commit: 8b445d2c00]
2019-07-16 12:39:38 -05:00