Xiaozhu Meng
8d8bc72f6a
Fix struct declaration for C ( #1524 )
...
This change is necessary for HPCToolkit to use Roctracer to produce code centric profiling view.
[ROCm/hip commit: e9adb8e932 ]
2019-10-16 10:48:55 +05:30
Evgeny
8c0b43156e
tracing layer unifying with hcc: removing API_ID_ANY
...
[ROCm/hip commit: 4e93833035 ]
2019-10-08 19:09:43 -05:00
eshcherb
ae184ed15d
parser support for spaces after func name ( #1294 )
...
* parser support for spaces after func name
* removing reference
[ROCm/hip commit: 79e104912c ]
2019-08-14 11:28:42 +00:00
Sarbojit2019
b72170d037
Enabled gcc for hip host code ( #1214 )
...
* Enabled gcc for hip host code
* Adding tests for hip code + (gcc & g++), without kernels
* Excluding nvcc platforms for gcc and g++ tests + Addressing review comments
* minor code clean-up
* Add rocm include path
* Added relative path for library
* Hiding non supported functions for gcc
* Incorporating review comments
[ROCm/hip commit: 3bfff0a23d ]
2019-08-05 09:51:36 +00:00
eshcherb
9a1e96321e
hip_api_name fixed to be inline to suppress not used warning ( #1194 )
...
[ROCm/hip commit: e72893a771 ]
2019-06-30 03:38:43 +00:00
Maneesh Gupta
2238e6671e
Merge pull request #1173 from icarus-sparry/icarus-sparry-patch-1
...
Make hip_prof_gen.py compatible with both python 2 and 3
[ROCm/hip commit: a8f8c8994d ]
2019-06-19 13:37:02 +05:30
Icarus Sparry
b5a26215cc
Make hip_prof_gen.py compatible with both python 2 and 3
...
Convert python 2 constructs to python 3 compatible ones.
In python 3, print is a function, so use write methods (which are always functions) instead.
In python3 keys() returns an iterator, rather than a list. This means you can't change the data structure that is being iterated over. Converting this iterator into a list mimics the python 2 behavior.
[ROCm/hip commit: cc374b2bd3 ]
2019-06-17 12:03:36 -07:00
Evgeny
5a004eb676
prof layer includes refactoring
...
[ROCm/hip commit: 19ca7a2a08 ]
2019-06-11 20:13:29 -05:00
eshcherb
621ceaf8bc
adding hip_prof_gen verbose log ( #977 )
...
* adding hip_prof_gen verbose log
* adding stderr fatal error
* adding no error exit by default
* adding hip_prof_str regeneration dependencies
* adding more informative messages
* fixing error mesage
[ROCm/hip commit: f167e4daf6 ]
2019-03-21 05:28:18 +00:00
eshcherb
bbc63ad2ec
adding prof primitives generator ( #967 )
...
* adding prof primitives generator
* minor change, renaming
* minor cosmetic changes, comments correcting and dead code removing
* minor changes and renaming
* minor chane, fixing comments
[ROCm/hip commit: 673cdeea55 ]
2019-03-20 05:11:40 +00:00