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
833a31bb
Commit
833a31bb
authored
Nov 30, 2022
by
Po-Yen, Chen
Browse files
Add macros to control IGLP builtin function usages
parent
3502b44e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
include/ck/ck.hpp
include/ck/ck.hpp
+6
-0
No files found.
include/ck/ck.hpp
View file @
833a31bb
...
...
@@ -134,6 +134,8 @@
#define CK_EXPERIMENTAL_INTER_WAVE_INSTANCES 1
// experimental feature: add instances using pipeline v2
#define CK_EXPERIMENTAL_PIPELINE_V2_INSTANCES 1
// experimental feature: add __builtin_amdgcn_iglp_opt() optimized (pipeline) instances
#define CK_EXPERIMENTAL_IGLP_OPT_INSTANCES 0
// hack: have underlying assumption that need to be satsified, otherwise it's a bug
// hack for forcing register to keep idx_diff_low_const in SGPR. idx_diff_low_const must be
...
...
@@ -161,6 +163,10 @@
#define CK_WORKAROUND_SWDEV_XXXXXX_BF16_ATTEN_FWD_GFX908_ISSUE 0
#endif // __gfx908__
// workaround: using __builtin_amdgcn_sched_barrier() or __builtin_amdgcn_sched_group_barrier() or
// __builtin_amdgcn_iglp_opt() may cause data hazard issues
#define CK_WORKAROUND_SWDEV_XXXXXX_SCHED_GROUP_DATA_HAZARD_ISSUE 1
namespace
ck
{
enum
struct
InMemoryDataOperationEnum
...
...
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