SWDEV-244600 - HIP BLIT code object needs to have reserved symbol name

Change-Id: I8401fea5eab71c0f7414eec0666066d9553a6622
This commit is contained in:
Anusha Godavarthy Surya
2020-07-16 15:17:51 -04:00
förälder 8ef5da00c7
incheckning 093f7fa3ca
6 ändrade filer med 29 tillägg och 29 borttagningar
+2 -2
Visa fil
@@ -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);