Hi,
A kernel which works perfectly well under Mali GPU, does not compile under Intel GPU.
ioc64 -cmd=build -input=TestKernel.cl -device=gpu -ir=TestKernel.bin hangs and then operation is killed.
If I specify -device=cpu, it works.
I also tried to load the kernel as source, instead as binary, but it hangs as well.
If I take out the return from C6, or some other particular lines of code, it compiles.It's driving me mad.
Thanks