mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
SpirV improvements
* Use preferredIR form compiler * Allow .spv test files instead of .bc Change-Id: Ia1a693be52b7391896378fbe159be85f4e7a00c1
This commit is contained in:
committed by
sys_ocldev
parent
d382402957
commit
c2454d5aa2
@@ -360,7 +360,7 @@ int OfflineCompiler::initialize(uint32_t numArgs, const char **argv) {
|
||||
}
|
||||
|
||||
fclDeviceCtx->SetOclApiVersion(hwInfo->capabilityTable.clVersionSupport * 10);
|
||||
preferredIntermediateRepresentation = IGC::CodeType::llvmBc;
|
||||
preferredIntermediateRepresentation = fclDeviceCtx->GetPreferredIntermediateRepresentation();
|
||||
|
||||
this->igcLib.reset(OsLibrary::load(Os::igcDllName));
|
||||
if (this->igcLib == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user