mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 17:29:14 +08:00
refactor: Change FinalizerInputType debug var to string
Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7744251995
commit
b423084861
@@ -46,8 +46,8 @@ void TranslationOutput::makeCopy(MemAndSize &dst, CIF::Builtins::BufferSimple *s
|
||||
|
||||
CompilerInterface::CompilerInterface()
|
||||
: cache() {
|
||||
if (debugManager.flags.FinalizerInputType.get() != 0) {
|
||||
this->finalizerInputType = debugManager.flags.FinalizerInputType.get();
|
||||
if (debugManager.flags.FinalizerInputType.get() != "unk") {
|
||||
this->finalizerInputType = IGC::CodeType::CodeTypeCoder::Enc(debugManager.flags.FinalizerInputType.get().c_str());
|
||||
}
|
||||
}
|
||||
CompilerInterface::~CompilerInterface() = default;
|
||||
|
||||
Reference in New Issue
Block a user