Commit bde6ac20 authored by Bartlomiej Kocot's avatar Bartlomiej Kocot
Browse files

fix

parent 2dfb48d0
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment