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
composable_kernel_ROCM
Commits
db91bed2
Commit
db91bed2
authored
Jan 14, 2025
by
Astha Rai
Browse files
replicated standard unsigned integer types in random_gen
parent
f714319e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
include/ck/utility/random_gen.hpp
include/ck/utility/random_gen.hpp
+5
-1
No files found.
include/ck/utility/random_gen.hpp
View file @
db91bed2
...
...
@@ -3,9 +3,13 @@
#pragma once
#include <ck/utility/ignore.hpp>
#include "data_type.hpp"
#include "ck/ck.hpp"
#ifdef CK_CODE_GEN_RTC
using
uint8_t
=
unsigned
char
;
using
uint16_t
=
unsigned
short
;
using
uint32_t
=
unsigned
int
;
#endif
namespace
ck
{
// Pseudo random number generator
...
...
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