We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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):
The text was updated successfully, but these errors were encountered: