Ramesh Errabolu
99998f1c87
Fix Image Create Func Decl in Hsa Api Table
...
Change-Id: I3862b3c78231fe24b6361167a78c6a8c7ad6ce0b
[ROCm/ROCR-Runtime commit: 31f64cdaab ]
2016-08-22 15:43:48 -04:00
Konstantin Zhuravlyov
e10cd184ef
Update code object/isa/loader to hsa v1.1
...
- Includes Sean's latest changes
- Cleanups/improvements
- Fixes for few bugs that crept over from previous releases
Change-Id: I839dc4895bf13ebd0afc8843424387a9fef667b0
[ROCm/ROCR-Runtime commit: c2c993e0d8 ]
2016-08-22 15:03:23 -04:00
James Edwards
21fe24647f
Update Brig.h file.
...
Change-Id: Id74e0c6c0c1863c15bc9a47501dd7d156a9cfc99
[ROCm/ROCR-Runtime commit: 26c704a4ae ]
2016-08-18 11:35:55 -05:00
Konstantin Zhuravlyov
83d9c273a5
Reorder loader extension functions to maintain backwards compatibility
...
Change-Id: I93f0899cdece4bab167290085da67d1a1770eb9b
[ROCm/ROCR-Runtime commit: 49a6a39724 ]
2016-07-20 08:58:11 -04:00
Konstantin Zhuravlyov
a03e79c3c0
Remove loaded code object api
...
Change-Id: If20a6a3d15e25658b9e0aaf9ef8f3f33b2e0dd5c
[ROCm/ROCR-Runtime commit: 93ac77979c ]
2016-07-07 13:09:30 -04:00
Ramesh Errabolu
d260c22467
Export Amd Extension APIs including support for Version Control
...
Change-Id: I8c03cbd4049e8115ae00d51f193b9c31ac941f21
[ROCm/ROCR-Runtime commit: 95dc97da7b ]
2016-07-06 13:50:18 -05:00
Konstantin Zhuravlyov
b43cdae36b
Implement new load map API.
...
Change-Id: I5f148fe66f899b2fa6a2e75430afa988f38db58d
[ROCm/ROCR-Runtime commit: 0e4cab3001 ]
2016-06-28 11:32:19 -04:00
Besar Wicaksono
76dea4613a
Add profiling support to DMA copy function
...
Change-Id: Iadeefa2692f35d9305ac1b242284a6220d5830a7
[ROCm/ROCR-Runtime commit: a8b00680b6 ]
2016-05-26 11:29:29 -04:00
bwicakso
293a073c40
hsa_amd_agent_memory_pool_get_info gives wrong results for gfx803. Root cause: missing break point when querying the num hop attribute. Other change: max the reported num hop to 1 since the runtime does not have enough information about each hop, also clarified the comment about HSA_AMD_AGENT_MEMORY_POOL_INFO_NUM_LINK_HOPS attribute in the header file
...
Change-Id: I5d868eb457666e1377d5308f6145e76176bbfaf7
[ROCm/ROCR-Runtime commit: 6ea42ae333 ]
2016-05-03 12:52:38 -04:00
Besar Wicaksono (xN/A) TX [TEXT]
1063b89f2d
Fix unit test build error due to CL#1256098
...
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1256119]
[ROCm/ROCR-Runtime commit: 2ebde5d2a7 ]
2016-04-08 16:51:45 -05:00
Besar Wicaksono (xN/A) TX [TEXT]
be9b46fdfd
Fix build error from CL#1256102 due to whitespace issue.
...
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1256108]
[ROCm/ROCR-Runtime commit: 7760839934 ]
2016-04-08 16:40:05 -05:00
Besar Wicaksono (xN/A) TX [TEXT]
869f361a0b
Add AMD extension version
...
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1256102]
[ROCm/ROCR-Runtime commit: a03c5148a7 ]
2016-04-08 16:31:00 -05:00
Besar Wicaksono (xN/A) TX [TEXT]
c8f0efbee1
Add global memory clock and width info on the agent attribute list and deprecate the ones in the memory region attribute list.
...
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1256098]
[ROCm/ROCR-Runtime commit: 4ccc695b95 ]
2016-04-08 16:29:10 -05:00
James Edwards (xN/A) TX
fae50d66a8
Branch Brig.h file into opensrc hsa-runtime directory.
...
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1251455]
[ROCm/ROCR-Runtime commit: e3670a2bef ]
2016-03-25 15:26:18 -05:00
Zhuravlyov, Konstantin (x21446) MA
92a990b426
Clean up extensions and provide public extension/API to query host address given device address:
...
- Partially remove 'amd_load_map' extension because it is not used and will not be used
- Remove 'hsa_amd_query_kernel_host_address' API
- Add 'hsa_ext_amd_loaded_code_object' extension
- Add 'hsa_ext_amd_loaded_code_object_query_host_address' API
- Most likely to be used by debugger, profiler, and hcc (printf)
- Update affected sources
- 'hsa_system_extension_supported'
- 'hsa_system_get_extension_table'
- SoftCP path
- Integrate CLs 1250699, 1251204, 1251214 from stg sc
ReviewBoardURL: http://ocltc.amd.com/reviews/r/10091/
Testing: smoke (ok), teamcity (ok), samples on fiji (AQL and SoftCP) (ok)
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1251223]
[ROCm/ROCR-Runtime commit: f6565a2f70 ]
2016-03-24 19:00:30 -05:00
Sean Keely (xN/A) TX
9e27d8b95a
Minor fix to hsa_amd_image_descriptor_t.
...
Change uint32_t data[0]; to uint32_t data[1];
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1251050]
[ROCm/ROCR-Runtime commit: 1c7142c129 ]
2016-03-24 13:24:22 -05:00
James Edwards (xN/A) TX
8504fcb6ca
Separate open source core runtime code from DK makefiles.
...
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1250152]
[ROCm/ROCR-Runtime commit: 7d2bc9d113 ]
2016-03-22 18:10:13 -05:00
James Edwards (xN/A) TX
6da3325470
Remove opensrc test files.
...
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1249961]
[ROCm/ROCR-Runtime commit: 7d1e6c3a57 ]
2016-03-22 13:39:51 -05:00
James Edwards (xN/A) TX
67e6064a6a
Check open source core runtime code into perforce. This includes license and README files.
...
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1249136]
[ROCm/ROCR-Runtime commit: c9ffe0004e ]
2016-03-20 15:39:40 -05:00