Commit 7d0191b5 authored by Bartlomiej Kocot's avatar Bartlomiej Kocot
Browse files

Fix comment regarding s_nop

parent 939e3a05
...@@ -121,8 +121,8 @@ ...@@ -121,8 +121,8 @@
// inner product (V_MAC/V_FMAC) // inner product (V_MAC/V_FMAC)
#define CK_USE_AMD_V_MAC_INLINE_ASM 1 #define CK_USE_AMD_V_MAC_INLINE_ASM 1
// V_DOT inline instructions, less efficient by the need to add s_nop to avoid // V_DOT inline instructions, less efficient since they require adding
// hazard // `s_nop`s to avoid hazard
#define CK_USE_AMD_V_DOT_INLINE_ASM 0 #define CK_USE_AMD_V_DOT_INLINE_ASM 0
// block synchronization only s_wait lgkmcnt(0), not vmcnt(0) // block synchronization only s_wait lgkmcnt(0), not vmcnt(0)
......
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