Unverified Commit 0e56b124 authored by Umang Yadav's avatar Umang Yadav Committed by GitHub
Browse files

Disable fuse_mlir test if MLIR is not enabled (#2371)

parent 728bea34
......@@ -152,6 +152,9 @@ TEST_CASE(int_quant_dot_tanh_fails)
int main(int argc, const char* argv[])
{
test::run(argc, argv);
if(migraphx::gpu::mlir_enabled())
{
test::run(argc, argv);
}
return 0;
}
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