Advertisement
TurboSlayer1

clinfo

May 8th, 2021
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Number of platforms 1
  2. Platform Name AMD Accelerated Parallel Processing
  3. Platform Vendor Advanced Micro Devices, Inc.
  4. Platform Version OpenCL 2.0 AMD-APP (3246.0)
  5. Platform Profile FULL_PROFILE
  6. Platform Extensions cl_khr_icd cl_amd_event_callback
  7. Platform Extensions function suffix AMD
  8.  
  9. Platform Name AMD Accelerated Parallel Processing
  10. Number of devices 0
  11.  
  12. NULL platform behavior
  13. clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) No platform
  14. clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) No platform
  15. clCreateContext(NULL, ...) [default] No platform
  16. clCreateContext(NULL, ...) [other] No platform
  17. clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) No devices found in platform
  18. clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform
  19. clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) No devices found in platform
  20. clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No devices found in platform
  21. clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No devices found in platform
  22. clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) No devices found in platform
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement