Files
rocm-systems/include/hip/hcc_detail
Mr-LiuSw dc07b1b06c add little changes in hip_runtime_api.h to work with c language (#1017)
* Update hip_runtime_api.h

when i try to use mpicc or gcc to compile a c language code which call some hip runtime api , error occured as
> /path/to/hcc_detail/hip_runtime_api.h:2268:33: error: unknown type name ‘hipFuncAttributes’; 
> hipFuncGetAttributes(hipFuncAttributes* attr, const void* func);
 
add ' struct ' for the first parameter of hipFuncGetAttributes will get ride of this problem.
2019-04-16 08:35:36 +05:30
..
2016-10-04 22:17:18 +05:30
2019-03-06 17:31:44 +05:30
2018-10-11 00:03:01 +01:00
2018-09-17 11:50:29 +03:00
2019-01-24 22:48:35 +00:00
2019-04-10 14:17:18 -04:00
2019-03-06 17:31:44 +05:30
2019-02-27 12:33:26 -05:00