11-27-2019, 05:21 PM
opencl,
opencl will work with the appimage if you have drivers on your system.
look in
/etc/OpenCL/vendors/
if there is a file in it you have opencl driver on your system.
I installed it with these 2 packages and there dependencies with synaptic.
mesa-opencl-icd
ocl-icd-opencl-dev
the dev package installs the header files for your os.
sadly my integrated intel gpu does not support opencl.
now I get this error
cl_nif.c:7342: ecl_pre_load: error code = -1
CL setup error: {no_opencl_device,{device_not_found,cpu}} [{wings_cl,setup,0,
[{file,
"wings_cl.erl"},
{line,80}]},
{wings_light,
cl_setup_1,0,
It says no_opencl_device. if you have a gpu capable of running opencl it should work.
thanks
opencl will work with the appimage if you have drivers on your system.
look in
/etc/OpenCL/vendors/
if there is a file in it you have opencl driver on your system.
I installed it with these 2 packages and there dependencies with synaptic.
mesa-opencl-icd
ocl-icd-opencl-dev
the dev package installs the header files for your os.
sadly my integrated intel gpu does not support opencl.
now I get this error
cl_nif.c:7342: ecl_pre_load: error code = -1
CL setup error: {no_opencl_device,{device_not_found,cpu}} [{wings_cl,setup,0,
[{file,
"wings_cl.erl"},
{line,80}]},
{wings_light,
cl_setup_1,0,
It says no_opencl_device. if you have a gpu capable of running opencl it should work.
thanks