"src/targets/gpu/target.cpp" did not exist on "e1b6ce59967e26ab13e2ce0270a210e451093b7f"
Commit 0252b000 authored by Paul's avatar Paul
Browse files

Formatting

parent 29b354e0
......@@ -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
{
......
......@@ -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
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment