Bump min hcc_workweek required for named kernel dispatch to 17312

Change-Id: I8c7b58306b279ed113d03260e4bc6086bb8b4e68


[ROCm/clr commit: dabd6d2bc6]
This commit is contained in:
Maneesh Gupta
2017-08-08 10:15:32 +05:30
parent ddf72a1b2c
commit 51c48e4cef
+1 -1
View File
@@ -452,7 +452,7 @@ hipError_t ihipModuleLaunchKernel(hipFunction_t f,
lp.av->dispatch_hsa_kernel(&aql, config[1] /* kernarg*/, kernArgSize,
(startEvent || stopEvent) ? &cf : nullptr
#if (__hcc_workweek__ >= 17300)
#if (__hcc_workweek__ > 17312)
, f->_name.c_str()
#endif
);