I tried a few examples from FluxML model-zoo and only one core is getting fully utilized on my 4 core Intel CPU with integrated GPU. Is there any cure for that, other than buying Nvidia GPU?
Optimally, I would like to have OpenCL support, which could use CPU and iGPU in my PC, but AFAIK, CLArrays are not ported to Julia 1.x yet. Is there any way to at least use all CPU cores in the meantime?
@xiaodai You are right in general case, but my models are small and my purpose is far from mainstream. It’s not a big problem, I just don’t want to miss an existing solution. Ultimately, I will use CLArrays when ready.