diff --git a/lib/hsa/mcwamp_hsa.cpp b/lib/hsa/mcwamp_hsa.cpp index 0148736fe2d..65960355343 100644 --- a/lib/hsa/mcwamp_hsa.cpp +++ b/lib/hsa/mcwamp_hsa.cpp @@ -77,7 +77,7 @@ #define MAX_INFLIGHT_COMMANDS_PER_QUEUE (2*8192) // threshold to clean up finished kernel in HSAQueue.asyncOps -int HCC_ASYNCOPS_SIZE = (2*8192); +int HCC_ASYNCOPS_SIZE = 128; //---