I read that this almost impossible right now to use the GPU under WSL2 (Ubuntu-20.04 distro), but NVidia has some tutorials using docker (my GPU is nVidia 960m)
I got following error. make g device/My_Kernel.cl -v My_Kernel.aocx make: g: Command not found Makefile:158: recipe for target 'My_Kernel.aocx' failed make: [M
I want to allocate 4.5GB to my openCL program in android phone wiht 8GB memory. But I found the memory size from CL_DEVICE_GLOBAL_MEM_SIZE is much lower than th
I want to allocate 4.5GB to my openCL program in android phone wiht 8GB memory. But I found the memory size from CL_DEVICE_GLOBAL_MEM_SIZE is much lower than th
I'm having a weird error executing an opencl kernel, When I'm trying to build the opencl kernel using the clBuildProgram() execution err = clBuildProgram(progra
I perform a 5-point stencil operation on a 2D array until getting a convergence computed on this 2D array. So I have multiple iterations (until convergence) and
I'm involved in a project where I have to do gpu programming, one of my constraint is to do it on a nvidia device (thus in CUDA). But I haven't access to a dev