Commit edd3aeca authored by shssf's avatar shssf Committed by Robert Kimball

IntelGPU backend: Compilation fix after pr1700 (#1717)

parent fd80d8ee
......@@ -1348,6 +1348,7 @@ bool runtime::intelgpu::IntelGPUBackend::compile(shared_ptr<Function> func)
}
case OP_TYPEID::AllReduce:
case OP_TYPEID::FunctionCall:
case OP_TYPEID::Dequantize:
case OP_TYPEID::Quantize:
case OP_TYPEID::Reduce:
case OP_TYPEID::ReduceWindow:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment