Anthony Liot
Anthony Liot
@Jeximo thanks for you response, yes I use the n-GPU-layers on the params for using GPU. I used 64 in my test. for KP16 the extension on my device exist....
I finally found my problem, the ngl parameter was not pass correctly in the JNI code and was 0 because of that the device use CPU. Now I have a...
Hi @Jimskns So the performance are not that great in OpenCL on the android device I tested. All of them was using Qualcomm OpenCL Driver. Also I made a mistake...
Hi @MartinPulec I will try to check if I can initiate some work on that on my free time ;)
Hi @MartinPulec Just wanted to give you a small update on a work I am trying to do, before going to the Vulkan road, I want to try OpenCL first....
I started adding some function to test first decode, I am testing with this image  Right now the approach is really naive, replace cudaMalloc/cudaFree/cudaMemset/cudaMemcpy and all other function to...
Hi @MartinPulec Regarding your first comment you right, the correct approach will be not (only) #IFDEF approach (Still to be able to build for OSX / Android we need to...