提交線圖

312 次程式碼提交

作者 SHA1 備註 日期
eshcherb 67ff5cd666 Merge pull request #32 from rkebichi/rkebichi-patch-2
Update gen_ostream_ops.py
2020-01-28 14:14:44 -06:00
eshcherb 8c41ac3a10 Merge branch 'amd-master' into rkebichi-patch-2 2020-01-28 14:14:31 -06:00
rkebichi e8e41428c7 Update CMakeLists.txt 2020-01-28 12:48:14 -05:00
Evgeny c73b98c2c5 periodic trace flushing 2020-01-27 20:42:22 -06:00
Evgeny f214221bb2 control of trace buffer thread start 2020-01-27 14:31:24 -06:00
rkebichi d87ff09280 Update CMakeLists.txt 2020-01-27 11:58:20 -05:00
rkebichi d30aabefe6 Update CMakeLists.txt 2020-01-24 10:20:40 -05:00
rkebichi 2901da60a5 Update gen_ostream_ops.py 2020-01-24 10:19:09 -05:00
eshcherb fc7826533c Update roctracer_spec.md 2020-01-23 17:08:19 -06:00
eshcherb 8539272de8 Update roctracer_spec.md 2020-01-23 17:07:42 -06:00
rkebichi cf2c9a2e6d Update CMakeLists.txt 2020-01-22 14:12:22 -05:00
rkebichi fff5d9833f Update gen_ostream_ops.py 2020-01-22 14:06:58 -05:00
rkebichi 547b36f9f6 Update gen_ostream_ops.py 2020-01-17 11:23:01 -05:00
Evgeny 36a2df3edf roctx start/stop minor changes, code cleanup 2020-01-15 15:24:44 -06:00
Evgeny 1c79061bb3 filtering start/stop callback if already started/stopped 2020-01-15 12:57:28 -06:00
eshcherb 1a5609c35d Update README.md 2020-01-14 10:32:05 -06:00
eshcherb 127cba886e Update README.md 2020-01-14 10:31:42 -06:00
eshcherb fcf61a3ada Merge pull request #33 from mxz297/multi-def-fix
Fix link time multiple definition problem
2020-01-13 12:19:47 -06:00
Evgeny abe07f7b4d fixing link errors 2020-01-13 12:19:04 -06:00
Evgeny f8e0039f39 cosmetic change 2020-01-13 12:09:33 -06:00
eshcherb 3ed9b59b21 Merge pull request #28 from pruthvistony/master-rocm-2.10.1
roctracer changes to support multiple ROCm installation
2020-01-13 12:02:38 -06:00
Xiaozhu Meng 844b7bf7de Fix link time multiple definition problem caused by function definition in header files 2020-01-13 11:38:55 -06:00
eshcherb e3e0ca8ae6 Update roctracer_spec.md 2020-01-11 05:44:06 -06:00
eshcherb 1d29f4a681 Update roctracer_spec.md 2020-01-11 05:41:05 -06:00
eshcherb d9225b2de5 Update README.md 2020-01-11 05:40:02 -06:00
eshcherb 32837113f9 Update roctracer_spec.md 2020-01-11 05:37:57 -06:00
eshcherb f261f29d1e Update roctracer_spec.md 2020-01-11 05:35:16 -06:00
eshcherb 9b6d20eca2 Update roctracer_spec.md 2020-01-11 05:32:22 -06:00
eshcherb eb455edfea Update roctracer_spec.md 2020-01-11 05:28:58 -06:00
Pruthvi Madugundu 5bfb079aff roctracer changes to support multiple ROCM installation
- Package is generated to install into ROCM_PATH by setting
  to CMAKE_INSTALL_PREFIX, if defined in the env otherwise
  default into /opt/rocm
- Lib SO version is added dependent on build version
- RUNPATH is set to a default value based on /opt/rocm and if
  ROCM_RPATH env is defined it is overwritten.
- Symlinks are created for library so files.
- ld.so.conf entry is done only if /opt/rocm/roctracer dir exists

Signed-off-by: Pruthvi Madugundu <mpruthvi@gmail.com>
2020-01-09 17:04:42 -08:00
Evgeny a64f0538bb test makefile fix 2020-01-09 17:39:03 -06:00
eshcherb ee4df1f5f9 Update README.md 2020-01-07 17:11:22 -06:00
eshcherb 7f9dae5992 Update README.md 2020-01-07 13:13:16 -06:00
eshcherb 6242588fb3 Update README.md 2020-01-07 13:11:25 -06:00
eshcherb 5d2539dd44 Update README.md 2020-01-06 13:42:44 -06:00
eshcherb b9ded61eb3 Update README.md 2020-01-06 13:42:02 -06:00
eshcherb 3fd10c8d36 Update roctracer_spec.md 2019-12-31 07:14:00 -06:00
eshcherb e14a217e43 Update roctracer_spec.md 2019-12-31 07:10:18 -06:00
eshcherb 272cdcb13f Update roctracer_spec.md 2019-12-31 07:09:22 -06:00
Evgeny b2d124d2be adding API specification 2019-12-31 07:05:32 -06:00
Evgeny b82a21056e normalizing C API: HSA domain 2019-12-30 20:09:41 -06:00
Evgeny 8280f47327 adding multi-GPU test 2019-12-29 04:09:10 -06:00
Evgeny 077f8ec6b6 normalizing C API 2019-12-29 03:06:11 -06:00
rkebichi dd69b522c3 Update gen_ostream_ops.py 2019-12-27 12:14:27 -05:00
eshcherb 6b972d6257 Merge pull request #29 from whchung/feature-mgpu-matrixtranspose_test
Introduce multi-GPU MatrixTranspose sample application.
2019-12-26 17:42:43 -06:00
eshcherb e212670fe8 Merge pull request #31 from whchung/feature-roctracer_get_timestamp
[Feature] Introduce a new API roctracer_get_timestamp().
2019-12-26 17:41:44 -06:00
Evgeny dceeb6846e checking hip/hcc loader enabled 2019-12-25 05:51:19 -06:00
Wen-Heng (Jack) Chung b7aa8fedb7 Introduce a new API roctracer_get_timestamp().
roctracer_status_t roctracer_get_timestamp(uint64_t* timestamp);

Get system timestamp for roctracer clients.

The API could be used to help roctracer clients understand the reference frame
of timestamps when receiving activity callbacks, as the nanoseconds reported in
the activity callbacks are not in the same reference frame as CPU walltime
clock.
2019-12-19 18:05:33 +00:00
eshcherb aae6ab64bb Update README.md 2019-12-18 19:55:16 -06:00
eshcherb 0e8c410ef3 Update README.md 2019-12-18 19:53:25 -06:00