Commit 25846551 authored by Krzysztof Drewniak's avatar Krzysztof Drewniak
Browse files

Disable test that can't pass due to ref limitations

parent faef89ae
......@@ -180,7 +180,8 @@ module {
if(s.empty())
return;
CHECK(encode(s) == encode(mlir_output));
EXPECT(verify_mlir(m));
// FIXME: enable result verification once reference kernels support NHWC
// EXPECT(verify_mlir(m));
}
TEST_CASE(conv_add_relu)
......
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