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
0252b000
"src/targets/gpu/target.cpp" did not exist on "e1b6ce59967e26ab13e2ce0270a210e451093b7f"
Commit
0252b000
authored
Nov 09, 2018
by
Paul
Browse files
Formatting
parent
29b354e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/include/migraph/eliminate_allocation.hpp
src/include/migraph/eliminate_allocation.hpp
+2
-1
src/include/migraph/eliminate_concat.hpp
src/include/migraph/eliminate_concat.hpp
+1
-1
No files found.
src/include/migraph/eliminate_allocation.hpp
View file @
0252b000
...
...
@@ -11,7 +11,8 @@ inline namespace MIGRAPH_INLINE_NS {
struct
program
;
/**
* Remove memory allocations. This will create a parameter which is the max of all memory used in the program.
* Remove memory allocations. This will create a parameter which is the max of all memory used in
* the program.
*/
struct
eliminate_allocation
{
...
...
src/include/migraph/eliminate_concat.hpp
View file @
0252b000
...
...
@@ -12,7 +12,7 @@ inline namespace MIGRAPH_INLINE_NS {
struct
program
;
/**
* Remove concat operators by having each operator can write to different chunk of memory.
* Remove concat operators by having each operator can write to different chunk of memory.
*/
struct
eliminate_concat
{
...
...
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