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
This commit is contained in:
Konstantin Zhuravlyov
2016-08-22 01:40:26 -04:00
parent f71de56c79
commit c2c993e0d8
32 changed files with 5831 additions and 2010 deletions
+1
View File
@@ -38,6 +38,7 @@ add_definitions ( -D__AMD64__ )
add_definitions ( -D__x86_64__ )
add_definitions ( -DAMD_INTERNAL_BUILD )
add_definitions ( -DLITTLEENDIAN_CPU=1 )
add_definitions ( -D HSA_DEPRECATED= )
## Set ext runtime module name and project name.
set ( TOOLS_NAME "hsa-runtime-tools" )