"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "50876abc47f1be4739f837e477bcf7506fafcff3"
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) ...@@ -152,6 +152,9 @@ TEST_CASE(int_quant_dot_tanh_fails)
int main(int argc, const char* argv[]) int main(int argc, const char* argv[])
{ {
if(migraphx::gpu::mlir_enabled())
{
test::run(argc, argv); test::run(argc, argv);
}
return 0; 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