We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7345c60 commit 7ea780dCopy full SHA for 7ea780d
src/plugins/intel_gpu/src/graph/layout_optimizer.cpp
@@ -936,10 +936,6 @@ static bool is_node_for_onednn(fully_connected_node const& node) {
936
(decompression_zp_dt != ov::element::Type_t::u8 && decompression_zp_dt != ov::element::Type_t::i8)) {
937
return false;
938
}
939
-
940
- auto input_dt = node.get_input_layout(0).data_type;
941
- if (input_dt == data_types::f32)
942
- return false;
943
944
945
0 commit comments