Merge pull request #147 from mangupta/bump_workweek

Bump min hcc_workweek required for named kernel dispatch to 17312
This commit is contained in:
Maneesh Gupta
2017-08-09 14:10:07 +05:30
کامیت شده توسط GitHub
کامیت fa3f9c2474
+1 -1
مشاهده پرونده
@@ -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
);