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
Commits
7d0191b5
Commit
7d0191b5
authored
Jul 26, 2023
by
Bartlomiej Kocot
Browse files
Fix comment regarding s_nop
parent
939e3a05
Changes
1
Show 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 @
7d0191b5
...
@@ -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)
...
...
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