1a35f6a946
ECR #333753 - Compiler Lib/RT: added compilation from HSAIL & BRIG
Added support for the following compilations:
ACL_TYPE_HSAIL_TEXT -> ACL_TYPE_HSAIL_BINARY
ACL_TYPE_HSAIL_TEXT -> ACL_TYPE_CG
ACL_TYPE_HSAIL_TEXT -> ACL_TYPE_ISA
ACL_TYPE_HSAIL_BINARY -> ACL_TYPE_HSAIL_TEXT
ACL_TYPE_HSAIL_BINARY -> ACL_TYPE_CG
ACL_TYPE_HSAIL_BINARY -> ACL_TYPE_ISA
Testing: smoke, smoke_clang, pre check-in, ocl conformance api, compiler
Reviewers: Nikolay Haustov, Matthew Arsenault, German Andryeyev
Affected files ...
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/v0_8/if_acl.cpp#45 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/hsail_be.cpp#30 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/hsail_be.hpp#9 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#173 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.hpp#53 edit
[ROCm/clr commit: c2967ef855]