You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.4 KiB
24 lines
1.4 KiB
|
2 years ago
|
Number of platforms 1
|
||
|
|
Platform Name AMD Accelerated Parallel Processing
|
||
|
|
Platform Vendor Advanced Micro Devices, Inc.
|
||
|
|
Platform Version OpenCL 2.1 AMD-APP (3558.0)
|
||
|
|
Platform Profile FULL_PROFILE
|
||
|
|
Platform Extensions cl_khr_icd cl_amd_event_callback
|
||
|
|
Platform Extensions function suffix AMD
|
||
|
|
Platform Host timer resolution 1ns
|
||
|
|
|
||
|
|
Platform Name AMD Accelerated Parallel Processing
|
||
|
|
Number of devices 0
|
||
|
|
|
||
|
|
NULL platform behavior
|
||
|
|
clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) No platform
|
||
|
|
clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) No platform
|
||
|
|
clCreateContext(NULL, ...) [default] No platform
|
||
|
|
clCreateContext(NULL, ...) [other]
|
||
|
|
clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) No devices found in platform
|
||
|
|
clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform
|
||
|
|
clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) No devices found in platform
|
||
|
|
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) No devices found in platform
|