Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
0e56b124
Unverified
Commit
0e56b124
authored
Oct 29, 2023
by
Umang Yadav
Committed by
GitHub
Oct 29, 2023
Browse files
Disable fuse_mlir test if MLIR is not enabled (#2371)
parent
728bea34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
test/gpu/fuse_mlir.cpp
test/gpu/fuse_mlir.cpp
+4
-1
No files found.
test/gpu/fuse_mlir.cpp
View file @
0e56b124
...
...
@@ -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
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment