mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Change builtin kernels compilation process
.bin and .gen files for builtin kernels are generated per revision now Resolves: NEO-5821 Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0f32231fc8
commit
ab52c70233
@@ -1019,7 +1019,7 @@ void OfflineCompiler::writeOutAllFiles() {
|
||||
}
|
||||
}
|
||||
|
||||
if (irBinary) {
|
||||
if (irBinary && !inputFileSpirV) {
|
||||
std::string irOutputFileName = generateFilePathForIr(fileBase) + generateOptsSuffix();
|
||||
|
||||
argHelper->saveOutput(irOutputFileName, irBinary, irBinarySize);
|
||||
|
||||
Reference in New Issue
Block a user