Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaccl does not work on clvk #260

Open
Randrianasulu opened this issue Feb 14, 2023 · 0 comments
Open

Flaccl does not work on clvk #260

Randrianasulu opened this issue Feb 14, 2023 · 0 comments

Comments

@Randrianasulu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant