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
bde6ac20
Commit
bde6ac20
authored
Jan 15, 2025
by
Bartlomiej Kocot
Browse files
fix
parent
2dfb48d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/ck/ck.hpp
include/ck/ck.hpp
+2
-2
No files found.
include/ck/ck.hpp
View file @
bde6ac20
...
@@ -160,8 +160,8 @@ CK_DECLARE_ENV_VAR_BOOL(CK_LOGGING)
...
@@ -160,8 +160,8 @@ CK_DECLARE_ENV_VAR_BOOL(CK_LOGGING)
// set stochastic rounding as default for f8 conversions
// set stochastic rounding as default for f8 conversions
#define CK_USE_SR_F8_CONVERSION 1
#define CK_USE_SR_F8_CONVERSION 1
// set rounding to nearest even as default for
f8
conversions
// set rounding to nearest even as default for
bf16
conversions
#define CK_USE_
SR_F8
_CONVERSION
0
#define CK_USE_
RNE_BF16
_CONVERSION
1
// block synchronization only s_wait lgkmcnt(0), not vmcnt(0)
// block synchronization only s_wait lgkmcnt(0), not vmcnt(0)
#define CK_EXPERIMENTAL_BLOCK_SYNC_LDS_WITHOUT_SYNC_VMEM 1
#define CK_EXPERIMENTAL_BLOCK_SYNC_LDS_WITHOUT_SYNC_VMEM 1
...
...
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