Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
0df528ee
Commit
0df528ee
authored
Aug 02, 2018
by
Paul
Browse files
Fix spelling
parent
9613bac2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/auto_contiguous.cpp
src/auto_contiguous.cpp
+1
-1
src/include/migraph/auto_contiguous.hpp
src/include/migraph/auto_contiguous.hpp
+2
-2
No files found.
src/auto_contiguous.cpp
View file @
0df528ee
...
...
@@ -6,7 +6,7 @@
namespace
migraph
{
void
auto_contigous
::
apply
(
program
&
p
)
const
void
auto_contig
u
ous
::
apply
(
program
&
p
)
const
{
for
(
auto
ins
:
iterator_for
(
p
))
{
...
...
src/include/migraph/auto_contiguous.hpp
View file @
0df528ee
...
...
@@ -8,9 +8,9 @@ namespace migraph {
struct
program
;
struct
auto_contigous
struct
auto_contig
u
ous
{
std
::
string
name
()
const
{
return
"auto_contigous"
;
}
std
::
string
name
()
const
{
return
"auto_contig
u
ous"
;
}
void
apply
(
program
&
p
)
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