Add workweek check to make sure we have a new enough compiler
[ROCm/clr commit: 2781293e89]
Este commit está contenido en:
@@ -452,7 +452,9 @@ hipError_t ihipModuleLaunchKernel(hipFunction_t f,
|
||||
|
||||
lp.av->dispatch_hsa_kernel(&aql, config[1] /* kernarg*/, kernArgSize,
|
||||
(startEvent || stopEvent) ? &cf : nullptr
|
||||
#if (__hcc_workweek__ >= 17300)
|
||||
, f->_name.c_str()
|
||||
#endif
|
||||
);
|
||||
|
||||
|
||||
|
||||
Referencia en una nueva incidencia
Block a user