d13ba8f18c
ECR #333753 - HSA RT: avoiding superfluous recompilations on ORCA RT/HSA path (part 2) + support of -fno-bin-llvmir & -fno-bin-hsail options: do not check compiler options for recompilation decision. As a result if the binary contains ISA, BRIG & HSAIL and the above options are specified when compiling from binary, then compilation options are not compared, recompilation doesn't occur. This makes possible to compile from binary with different set of options, for example: -just-kernel. P.S. Brig & HSAIL should be in binary in order to initialize & execute kernel (even if ISA is presented). Testing: pre check-in, compiler, api & basic ocl conformance 2.0 tests Reviewers: German Andryeyev, Artem Tamazov Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#178 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.hpp#56 edit