mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
fix: use .spv for intermediate representation
Related-To: NEO-7785 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9630f22560
commit
6c9bca8cdc
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2023 Intel Corporation
|
||||
* Copyright (C) 2018-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -53,7 +53,7 @@ struct BuiltinCode {
|
||||
case BuiltinCode::ECodeType::binary:
|
||||
return ".bin";
|
||||
case BuiltinCode::ECodeType::intermediate:
|
||||
return ".bc";
|
||||
return ".spv";
|
||||
case BuiltinCode::ECodeType::source:
|
||||
return ".cl";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user