Skip to content

Commit

Permalink
Kernarg - enable coarse grained memory support by default
Browse files Browse the repository at this point in the history
  • Loading branch information
scchan committed Mar 6, 2020
1 parent 3cba197 commit d4badc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hsa/mcwamp_hsa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ int HCC_PROFILE_VERBOSE=0x1F;
char * HCC_PROFILE_FILE=nullptr;

int HCC_KERNARG_MANAGER=1;
int HCC_KERNARG_MANAGER_COARSE_GRAINED=0;
int HCC_KERNARG_MANAGER_COARSE_GRAINED=1;
int HCC_KERNARG_MANAGER_COARSE_GRAINED_FORCED_SYS_ACQ_FENCE=0;
int HCC_KERNARG_MANAGER_GROW_THRESHOLD=20;
int HCC_KERNARG_MANAGER_GROW_MIN_CHUNK_SIZE=(1024 * 1024);
Expand Down

0 comments on commit d4badc6

Please sign in to comment.