Evgeny
f0c56c1305
rocprof: hip trace option
...
Change-Id: Iafc1939bc2ec2bad820f5406bcf2afb8a0b4cdc2
[ROCm/rocprofiler commit: cf8b021a55 ]
2019-02-04 18:36:40 -06:00
eshcherb
fb41c15bc6
Update README.md
...
typo fix
[ROCm/roctracer commit: 2899c7769a ]
2019-02-04 18:17:00 -06:00
eshcherb
2899c7769a
Update README.md
...
typo fix
2019-02-04 18:17:00 -06:00
Evgeny
c9c951324b
changing pool size from log2 to bytes
...
[ROCm/roctracer commit: 2b0452fd5f ]
2019-02-04 17:57:45 -06:00
Evgeny
2b0452fd5f
changing pool size from log2 to bytes
2019-02-04 17:57:45 -06:00
eshcherb
ce2e7688f8
Update README.md
...
update: using of main development HIP/HCC branches
[ROCm/roctracer commit: 940fe8e14f ]
2019-02-04 17:36:21 -06:00
eshcherb
940fe8e14f
Update README.md
...
update: using of main development HIP/HCC branches
2019-02-04 17:36:21 -06:00
Evgeny
431a64f65b
build script: fixing roctracer root path
...
[ROCm/roctracer commit: e071cad2e3 ]
2019-02-04 17:22:26 -06:00
Evgeny
e071cad2e3
build script: fixing roctracer root path
2019-02-04 17:22:26 -06:00
Evgeny
7697b69db6
HIP/HCC trace reformatting
...
[ROCm/roctracer commit: 3fe0e823fa ]
2019-02-04 12:32:45 -06:00
Evgeny
3fe0e823fa
HIP/HCC trace reformatting
2019-02-04 12:32:45 -06:00
Evgeny
862f042c43
Rename /opt/rocm/rocprofiler.so link to proper librocprofiler64.so; Simplify --hsa-trace option just to one, no need with --stats and --timestamp on
...
Change-Id: I1dccfdd8843437bf9ed10ac259e84b34ef986be3
2019-02-01 23:03:59 -06:00
Evgeny
be894504b0
Rename /opt/rocm/rocprofiler.so link to proper librocprofiler64.so; Simplify --hsa-trace option just to one, no need with --stats and --timestamp on
...
Change-Id: I1dccfdd8843437bf9ed10ac259e84b34ef986be3
[ROCm/rocprofiler commit: 862f042c43 ]
2019-02-01 23:03:59 -06:00
Chris Freehill
014945310a
Fix boolean semantic error
...
Change-Id: Ic927370d5874af3f33105fca6ee0b581ebc6fa08
2019-01-31 14:03:48 -06:00
Yong Zhao
776077fe65
libhsakmt: Use a better name doorbell_mmap_offset
...
The previous name doorbell_offset is used too extensively throughout
the code and did not reflect the true usage.
Change-Id: I50d33f5c00e82c46cdf4264a78b8f925705bed6a
Signed-off-by: Yong Zhao <Yong.Zhao@amd.com >
2019-01-31 14:50:04 -05:00
Yong Zhao
7cd7830182
kfdtest: Use SDMA queue info from class KFDBaseComponentTest
...
Change-Id: Iacdb75006ef5f9ce6c4fbb0525d2c3a8535fdd23
Signed-off-by: Yong Zhao <Yong.Zhao@amd.com >
2019-01-31 14:00:57 -05:00
Yong Zhao
6857602cbc
kfdtest: Include SDMA queue info in class KFDBaseComponentTest
...
This will facilitate us to avoid using family ID to differentiate the
SDMA engines and SDMA queues.
Change-Id: I8d6203cc5d330e9130a1b2624997c86ba53e8ae4
Signed-off-by: Yong Zhao <Yong.Zhao@amd.com >
2019-01-31 14:00:57 -05:00
Chris Freehill
626f13a88b
Fix async memory test; temporarily disable NUMA memory test
...
Change-Id: I1c0618f5dba513c1cf8fafb5fc64e5c811df8454
2019-01-31 09:14:54 -05:00
Evgeny
0a102b453e
fixing stats without hsa trace
...
[ROCm/roctracer commit: a8e799d92b ]
2019-01-31 00:56:11 -06:00
Evgeny
a8e799d92b
fixing stats without hsa trace
2019-01-31 00:56:11 -06:00
Evgeny
cb428330fe
fixing stats without hsa trace
...
Change-Id: Ic582175189be187acb30133b843f76fe69996191
2019-01-31 00:51:35 -06:00
Evgeny
5b415caaa4
fixing stats without hsa trace
...
Change-Id: Ic582175189be187acb30133b843f76fe69996191
[ROCm/rocprofiler commit: cb428330fe ]
2019-01-31 00:51:35 -06:00
Evgeny
2a86bd6e6d
removed assertion for hsa path
...
[ROCm/roctracer commit: 4301288098 ]
2019-01-30 23:53:16 -06:00
Evgeny
4301288098
removed assertion for hsa path
2019-01-30 23:53:16 -06:00
Evgeny
4047175972
disabling hsa_shut_down intercepting
...
[ROCm/roctracer commit: e08789a78d ]
2019-01-30 22:06:07 -06:00
Evgeny
e08789a78d
disabling hsa_shut_down intercepting
2019-01-30 22:06:07 -06:00
Evgeny
824cd23aeb
fixing package umask amd hsa headers lookup
...
[ROCm/roctracer commit: db2d550122 ]
2019-01-30 17:49:50 -06:00
Evgeny
db2d550122
fixing package umask amd hsa headers lookup
2019-01-30 17:49:50 -06:00
Yong Zhao
51ee5c324a
libhsakmt: Introduce HSA_ZFB environment variable
...
This variable is 0 by default. When set to 1, it means there is no frame
buffer, so all memory allocation is routed to system memory. This mode
is mainly used during emulation.
Use CoarseGrain for VRAM under ZFB mode
Change-Id: I29e8e98be56935e3ceb94782d70771cc45700749
Signed-off-by: Yong Zhao <Yong.Zhao@amd.com >
2019-01-29 19:46:26 -05:00
Evgeny
00df7f2db8
scripts fix and install in specific location
...
Change-Id: I4aa8b0c46efa2b8eec26b5b6225ba2a155d17da5
2019-01-29 15:26:05 -06:00
Evgeny
26f7c1af8c
scripts fix and install in specific location
...
Change-Id: I4aa8b0c46efa2b8eec26b5b6225ba2a155d17da5
[ROCm/rocprofiler commit: 00df7f2db8 ]
2019-01-29 15:26:05 -06:00
Evgeny
8bd20f7582
package post scripts fix
...
[ROCm/roctracer commit: 00392acd51 ]
2019-01-29 13:48:45 -06:00
Evgeny
00392acd51
package post scripts fix
2019-01-29 13:48:45 -06:00
Evgeny
06f9a4dd0c
minor changes
...
[ROCm/roctracer commit: 3ced220838 ]
2019-01-29 10:21:14 -06:00
Evgeny
3ced220838
minor changes
2019-01-29 10:21:14 -06:00
Evgeny
801b2d3da5
minor changes
...
Change-Id: I53802fd5ec4d2a648550ceac84c6ab686c66fff1
2019-01-29 10:17:57 -06:00
Evgeny
a0cd71b3fa
minor changes
...
Change-Id: I53802fd5ec4d2a648550ceac84c6ab686c66fff1
[ROCm/rocprofiler commit: 801b2d3da5 ]
2019-01-29 10:17:57 -06:00
Evgeny
939636b869
fixed json dependencies
...
[ROCm/roctracer commit: 2a91ff8374 ]
2019-01-28 23:53:48 -06:00
Evgeny
2a91ff8374
fixed json dependencies
2019-01-28 23:53:48 -06:00
Evgeny
3761f50f84
fixed json dependencies
...
Change-Id: Ia48cf55b872853da28ada17964c3314b6c718750
2019-01-28 23:27:50 -06:00
Evgeny
2171ee9634
fixed json dependencies
...
Change-Id: Ia48cf55b872853da28ada17964c3314b6c718750
[ROCm/rocprofiler commit: 3761f50f84 ]
2019-01-28 23:27:50 -06:00
Evgeny
161b718cde
json hsa_dispatch entries
...
[ROCm/roctracer commit: 5e685fb9d7 ]
2019-01-28 20:53:55 -06:00
Evgeny
5e685fb9d7
json hsa_dispatch entries
2019-01-28 20:53:55 -06:00
Evgeny
0257e2d0dc
--stats postprocessing
...
Change-Id: If9ee0d119c445f44b42b5c97af7b276bca1dc300
2019-01-28 20:50:11 -06:00
Evgeny
ddb08b0b24
--stats postprocessing
...
Change-Id: If9ee0d119c445f44b42b5c97af7b276bca1dc300
[ROCm/rocprofiler commit: 0257e2d0dc ]
2019-01-28 20:50:11 -06:00
Evgeny
386d5caac9
async mem json flow
...
[ROCm/roctracer commit: 180b5271b4 ]
2019-01-28 10:47:46 -06:00
Evgeny
180b5271b4
async mem json flow
2019-01-28 10:47:46 -06:00
xinhui pan
41bf449e99
thunk: fix size overflow
...
Some test case alloc >4gb memory.
Use HSAuint64 in bytes and HSAuint32 in pages.
Change-Id: I0d5e6c299903b5898cfea024178a7a26b9ba3c90
Signed-off-by: xinhui pan <xinhui.pan@amd.com >
2019-01-28 10:49:45 -05:00
Evgeny
ea37e70605
tool rim scripts
...
[ROCm/roctracer commit: fda5f8b14e ]
2019-01-28 08:40:54 -06:00
Evgeny
fda5f8b14e
tool rim scripts
2019-01-28 08:40:54 -06:00