SWDEV-244600 - HIP BLIT code object needs to have reserved symbol name
Change-Id: I8401fea5eab71c0f7414eec0666066d9553a6622
This commit is contained in:
@@ -26,7 +26,7 @@ const char* SchedulerSourceCode = BLIT_KERNEL(
|
||||
\n
|
||||
extern void __amd_scheduler_rocm(__global void*);
|
||||
\n
|
||||
__kernel void scheduler(__global void* params) {
|
||||
__kernel void __amd_rocclr_scheduler(__global void* params) {
|
||||
__amd_scheduler_rocm(params);
|
||||
}
|
||||
\n);
|
||||
@@ -35,7 +35,7 @@ const char* GwsInitSourceCode = BLIT_KERNEL(
|
||||
\n
|
||||
extern void __ockl_gws_init(uint nwm1, uint rid);
|
||||
\n
|
||||
__kernel void gwsInit(uint value) {
|
||||
__kernel void __amd_rocclr_gwsInit(uint value) {
|
||||
__ockl_gws_init(value, 0);
|
||||
}
|
||||
\n);
|
||||
|
||||
Referens i nytt ärende
Block a user