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
f656ffe7
Commit
f656ffe7
authored
May 25, 2022
by
charlie
Browse files
Comment update
parent
b60d39fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/program.cpp
src/program.cpp
+1
-2
No files found.
src/program.cpp
View file @
f656ffe7
...
@@ -313,8 +313,7 @@ std::vector<argument> generic_eval(const module* mod,
...
@@ -313,8 +313,7 @@ std::vector<argument> generic_eval(const module* mod,
};
};
// TODO: Consider how this will be handled when memoized.
// TODO: Consider how this will be handled when memoized.
// Could memoize these output shapes into a map so not recalculating
// Could memoize these output shapes into a map so not recalculating
// TODO: Issue with incompatible input tensor to kernel and needing to set
// TODO: Issue with possibly wanting to use new padding/strides/dilation
// padding/strides
output_shape
=
ins
->
get_operator
().
compute_shape
(
to_shapes
(
values
));
output_shape
=
ins
->
get_operator
().
compute_shape
(
to_shapes
(
values
));
}
}
else
else
...
...
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