gchudov / cuetools.net

CD image processing suite with optimized lossless encoders in C#
http://cue.tools/
Other
480 stars 51 forks source link

Flaccl does not work on clvk #260

Open Randrianasulu opened 1 year ago

Randrianasulu commented 1 year ago

Just for laughs I tried to run Flaccl on termux (android tablet) with clvk installed. It resulted in

Error: no opencl platforms found.

Even if I supposedly have one (from clinfo):

NULL platform behavior                                                                               clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  clvk                                               clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   Success [clvk]                                     clCreateContext(NULL, ...) [default]            Success [clvk]                                     clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  Success (1)                                   Platform Name                                 clvk
    Device Name                                   PowerVR Rogue GE8322                               clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  Success (1)
    Platform Name                                 clvk                                                
 Device Name                                   PowerVR Rogue GE8322
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found in platform            clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in platform                 clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  Success (1)
    Platform Name                                 clvk                                                 
Device Name                                   PowerVR Rogue GE8322

    ICD loader properties                                                                                
ICD loader Name                                 OpenCL ICD Loader                              
    ICD loader Vendor                               OCL Icd free software                            
  ICD loader Version                              2.3.1                                           
   ICD loader Profile                              OpenCL 3.0