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
b6250a42
Commit
b6250a42
authored
Dec 06, 2023
by
Umang Yadav
Browse files
add comment
parent
de27b919
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
test/verify/run_verify.cpp
test/verify/run_verify.cpp
+2
-1
test/verify/test_conv_group_add.cpp
test/verify/test_conv_group_add.cpp
+1
-0
No files found.
test/verify/run_verify.cpp
View file @
b6250a42
...
@@ -142,7 +142,8 @@ std::vector<migraphx::argument> run_verify::run_ref(migraphx::program p,
...
@@ -142,7 +142,8 @@ std::vector<migraphx::argument> run_verify::run_ref(migraphx::program p,
{
{
migraphx
::
target
t
=
migraphx
::
make_target
(
"ref"
);
migraphx
::
target
t
=
migraphx
::
make_target
(
"ref"
);
auto_print
pp
{
p
,
t
.
name
()};
auto_print
pp
{
p
,
t
.
name
()};
compile_check
(
p
,
t
,
c_opts
);
auto
trace_target
=
migraphx
::
string_value_of
(
MIGRAPHX_TRACE_TEST_COMPILE
{});
compile_check
(
p
,
t
,
c_opts
,
(
trace_target
==
"ref"
));
return
p
.
eval
(
std
::
move
(
inputs
));
return
p
.
eval
(
std
::
move
(
inputs
));
}
}
std
::
pair
<
migraphx
::
program
,
std
::
vector
<
migraphx
::
argument
>>
std
::
pair
<
migraphx
::
program
,
std
::
vector
<
migraphx
::
argument
>>
...
...
test/verify/test_conv_group_add.cpp
View file @
b6250a42
...
@@ -46,4 +46,5 @@ struct test_conv_group_add : verify_program<test_conv_group_add<DType>>
...
@@ -46,4 +46,5 @@ struct test_conv_group_add : verify_program<test_conv_group_add<DType>>
}
}
};
};
template
struct
test_conv_group_add
<
migraphx
::
shape
::
float_type
>;
template
struct
test_conv_group_add
<
migraphx
::
shape
::
float_type
>;
// grouped convolutions are not supported with MLIR therefore disable it
// template struct test_conv_group_add<migraphx::shape::fp8e4m3fnuz_type>;
// template struct test_conv_group_add<migraphx::shape::fp8e4m3fnuz_type>;
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