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
d1c4fb1a
Commit
d1c4fb1a
authored
Apr 07, 2022
by
umangyadav
Browse files
formatting
parent
1535e7b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
src/driver/verify.hpp
src/driver/verify.hpp
+6
-6
src/include/migraphx/program.hpp
src/include/migraphx/program.hpp
+1
-1
No files found.
src/driver/verify.hpp
View file @
d1c4fb1a
...
...
@@ -18,14 +18,14 @@ void verify_program(const std::string& name,
void
verify_instructions
(
const
program
&
prog
,
const
target
&
t
,
const
compile_options
&
options
=
compile_options
{},
precision
quantize
=
precision
::
fp32
,
double
tolerance
=
80
);
precision
quantize
=
precision
::
fp32
,
double
tolerance
=
80
);
void
verify_reduced_program
(
const
program
&
p
,
const
target
&
t
,
const
compile_options
&
options
=
compile_options
{},
precision
quantize
=
precision
::
fp32
,
const
parameter_map
&
inputs
=
{},
double
tolerance
=
80
);
const
compile_options
&
options
=
compile_options
{},
precision
quantize
=
precision
::
fp32
,
const
parameter_map
&
inputs
=
{},
double
tolerance
=
80
);
}
// namespace MIGRAPHX_INLINE_NS
}
// namespace driver
...
...
src/include/migraphx/program.hpp
View file @
d1c4fb1a
...
...
@@ -62,7 +62,7 @@ struct program
instruction_ref
validate
()
const
;
void
compile
(
const
target
&
t
,
compile_options
options
=
compile_options
{},
compile_options
options
=
compile_options
{},
const
std
::
string
&
ir_dump_path
=
"passes"
);
bool
is_compiled
()
const
;
...
...
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