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
254c2a78
"vscode:/vscode.git/clone" did not exist on "823ab75d27af5904ae58f5d33c0d9a7b8cda237a"
Unverified
Commit
254c2a78
authored
Oct 31, 2023
by
Paul Fultz II
Committed by
GitHub
Oct 31, 2023
Browse files
Run simplify_qdq first before optimize_module (#2387)
parent
74fb919a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/quantization.cpp
src/quantization.cpp
+1
-1
No files found.
src/quantization.cpp
View file @
254c2a78
...
@@ -147,8 +147,8 @@ void quantize_int8(program& prog,
...
@@ -147,8 +147,8 @@ void quantize_int8(program& prog,
run_passes
(
prog
,
run_passes
(
prog
,
{
quantize_int8_pass
{
ins_names
,
*
int8_quant_params
},
{
quantize_int8_pass
{
ins_names
,
*
int8_quant_params
},
optimize_module
{},
simplify_qdq
{},
simplify_qdq
{},
optimize_module
{},
dead_code_elimination
{}});
dead_code_elimination
{}});
}
}
...
...
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