Forum Discussion
MuhammadAr_U_Intel
Contributor
7 years agoHi,
Is there any specific example you are using for comparison ?
If the example is from OpenCL examples provided by Intel, I can try it out on my end.
Thanks,
Arslan
DongWang-BJTU
Occasional Contributor
7 years agoAnother odd thing is that sometimes 18.1 Pro generates unreasonable registers for private variables as follow:
The variable table_p2s_prefechtor is actually 16-bit width (unsigned short), but the compiler make it 512-bit wide, this makes feedback logics in-efficient.
For 18.1 std version, there is no problem: