I am taking my first steps trying to use Julia with GPUs, even though all I have available in my machine is a humble integrated Intel chip (UHD Graphics 620). I was pretty stoked to manage to run the CLBlast.jl example, but then later I timed it out and there doesn’t seem to be an improvement. I understand that not necessarily any calculations will end up being faster, but does anybody have a good simple example where I might observe a significant speedup, also so I can know that the library is working fine? Are there other libraries I should try?
Also: is an integrated chip like that good for anything in anybody’s experience? Please note that I am not necessarily only interested in big data kind of stuff, but also e.g. graphics applications where even a small 2x speedup over the CPU might be already interesting.