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
315a2b95
Commit
315a2b95
authored
Aug 10, 2023
by
Brian Pickrell
Browse files
corrected preprocessor guard statement
parent
0ced3e43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/include/migraphx/op/rand_uniform.hpp
src/include/migraphx/op/rand_uniform.hpp
+2
-2
No files found.
src/include/migraphx/op/rand_uniform.hpp
View file @
315a2b95
...
...
@@ -37,8 +37,8 @@
* Output: Same shape.
*
*/
#ifndef MIGRAPHX_GUARD_OPERATORS_
MULTINOMIAL
_HPP
#define MIGRAPHX_GUARD_OPERATORS_
MULTINOMIAL
_HPP
#ifndef MIGRAPHX_GUARD_OPERATORS_
RAND_UNIFORM
_HPP
#define MIGRAPHX_GUARD_OPERATORS_
RAND_UNIFORM
_HPP
#include <migraphx/check_shapes.hpp>
#include <migraphx/argument.hpp>
...
...
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