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
6b588e3b
You need to sign in or sign up before continuing.
Commit
6b588e3b
authored
Aug 16, 2018
by
Paul
Browse files
Formatting
parent
0f1bed2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/include/migraph/generate.hpp
src/include/migraph/generate.hpp
+3
-3
No files found.
src/include/migraph/generate.hpp
View file @
6b588e3b
...
...
@@ -21,9 +21,9 @@ struct xorshf96_generator
x
^=
x
<<
1
;
unsigned
long
t
=
x
;
x
=
y
;
y
=
z
;
z
=
t
^
x
^
y
;
x
=
y
;
y
=
z
;
z
=
t
^
x
^
y
;
return
z
;
}
...
...
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