Commit c11c7068 authored by Dmitry Yershov's avatar Dmitry Yershov Committed by Scott Cyphers

IntelGPU backend: Change clDNN mode of Relu op to allow ConvolutionBiasAdd…

IntelGPU backend: Change clDNN mode of Relu op to allow ConvolutionBiasAdd fusing inside clDNN (#2939)
parent 89e17047
...@@ -1249,7 +1249,7 @@ shared_ptr<runtime::Executable> ...@@ -1249,7 +1249,7 @@ shared_ptr<runtime::Executable>
do_universal_unary(topology, do_universal_unary(topology,
op, op,
"max(" + zero_const + ", " + convert_to_type + "(input_var))", "max(" + zero_const + ", " + convert_to_type + "(input_var))",
activation_relu); activation_relu_negative_slope);
break; break;
} }
case OP_TYPEID::Sigmoid: case OP_TYPEID::Sigmoid:
......
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