We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569d3f2 commit bf2f81eCopy full SHA for bf2f81e
src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/conversion.cpp
@@ -104,7 +104,8 @@ void ConvertCPULayerTest::SetUp() {
104
#if defined(OPENVINO_ARCH_ARM64)
105
if (inPrc == ov::element::u4 || inPrc == ov::element::i4 ||
106
inPrc == ov::element::f8e4m3 || inPrc == ov::element::f8e5m2 ||
107
- outPrc == ov::element::f8e4m3 || outPrc == ov::element::f8e5m2) {
+ outPrc == ov::element::f8e4m3 || outPrc == ov::element::f8e5m2 ||
108
+ outPrc == ov::element::nf4) {
109
primitive = "ref";
110
} else if (shapes.first.is_static() &&
111
inPrc != ov::element::bf16 && outPrc != ov::element::bf16 &&
0 commit comments