Skip to content

Instantly share code, notes, and snippets.

@nbigaouette
Created July 7, 2011 15:48
Show Gist options
  • Save nbigaouette/1069813 to your computer and use it in GitHub Desktop.
Save nbigaouette/1069813 to your computer and use it in GitHub Desktop.
Output from oclutils.git's platform test
OpenCL: Getting a list of platform(s)... done.
OpenCL: Initializing the 2 available platforms...
OpenCL: Initialize platform "Intel(R) OpenCL"'s device(s)
OpenCL: WARNING: Can't find a usable GPU!
OpenCL: Trying to set an context on Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (id = 0)... Success!
OpenCL: Initialize platform "AMD Accelerated Parallel Processing"'s device(s)
OpenCL: WARNING: Can't find a usable GPU!
OpenCL: Trying to set an context on Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (id = 0)... Success!
OpenCL: Available platforms:
Platform information:
vendor: Advanced Micro Devices, Inc.
name: AMD Accelerated Parallel Processing
version: OpenCL 1.1 AMD-APP-SDK-v2.4 (595.10)
extensions: cl_khr_icd cl_amd_event_callback cl_amd_offline_devices
id: 0x7f227cd11800
profile: FULL_PROFILE
key: amd
list: 0x7fffb0f3b2f8
Available OpenCL devices on platform:
---------------------------------------------------------------------------------------------------------
name: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
id: 0
parent platform: AMD Accelerated Parallel Processing
device_is_used: yes
max_compute_unit: 4
device is GPU? no
address_bits: 64
available: yes
compiler_available: yes
double_fp_config: 5052550
endian_little: yes
error_correction_support: no
execution_capabilities: 3
global_mem_cache_size: 32768 bytes (32 KiB, 0.03125 MiB, 3.05176e-05 GiB)
global_mem_cache_type: 2
global_mem_cacheline_size: 64 bytes (0.0625 KiB, 6.10352e-05 MiB, 5.96046e-08 GiB)
global_mem_size: 4012085248 bytes (3.91805e+06 KiB, 3826.22 MiB, 3.73655 GiB)
half_fp_config: 140736162136224
image_support: yes
image2d_max_height: 8192
image2d_max_width: 8192
image3d_max_depth: 2048
image3d_max_height: 2048
image3d_max_width: 2048
local_mem_size: 32768 bytes (32 KiB, 0.03125 MiB, 3.05176e-05 GiB)
local_mem_type: 2
max_clock_frequency: 2394 MHz
max_compute_units: 4
max_constant_args: 8
max_constant_buffer_size: 65536 bytes (64 KiB, 0.0625 MiB, 6.10352e-05 GiB)
max_mem_alloc_size: 2147483648 bytes (2.09715e+06 KiB, 2048 MiB, 2 GiB)
max_parameter_size: 4096 bytes (4 KiB, 0.00390625 MiB, 3.8147e-06 GiB)
max_read_image_args: 128
max_samplers: 16
max_work_group_size: 1024 bytes (1 KiB, 0.000976562 MiB, 9.53674e-07 GiB)
max_work_item_dimensions: 3
max_work_item_sizes: (1024, 1024, 1024)
max_write_image_args: 8
mem_base_addr_align: 1024
min_data_type_align_size: 128 bytes (0.125 KiB, 0.00012207 MiB, 1.19209e-07 GiB)
platform: 0x7f227cd11800
preferred_vector_width_char: 16
preferred_vector_width_short: 8
preferred_vector_width_int: 4
preferred_vector_width_long: 2
preferred_vector_width_float: 4
preferred_vector_width_double: 0
profiling_timer_resolution: 1 ns
queue_properties: CL_QUEUE_PROFILING_ENABLE, (2)
single_fp_config: CL_FP_DENORM, CL_FP_INF_NAN, CL_FP_ROUND_TO_NEAREST, CL_FP_ROUND_TO_ZERO, CL_FP_ROUND_TO_INF, (31)
type: CL_DEVICE_TYPE_CPU (2)
vendor_id: 4098
extensions: cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_byte_addressable_store cl_khr_gl_sharing cl_ext_device_fission cl_amd_device_attribute_query cl_amd_vec3 cl_amd_media_ops cl_amd_popcnt cl_amd_printf
profile: FULL_PROFILE
vendor: GenuineIntel
version: OpenCL 1.1 AMD-APP-SDK-v2.4 (595.10)
driver_version: 2.0
GPU is NOT from NVidia
Available memory (global): 4012085248 bytes (3.91805e+06 KiB, 3826.22 MiB, 3.73655 GiB)
Available memory (local): 32768 bytes (32 KiB, 0.03125 MiB, 3.05176e-05 GiB)
Available memory (constant): 65536 bytes (64 KiB, 0.0625 MiB, 6.10352e-05 GiB)
*****************************************************************************************************
Order of preference for OpenCL devices for this platform:
0. Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (id = 0)
*****************************************************************************************************
Platform information:
vendor: Intel(R) Corporation
name: Intel(R) OpenCL
version: OpenCL 1.1 LINUX
extensions: cl_khr_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_gl_sharing cl_khr_byte_addressable_store cl_intel_printf cl_ext_device_fission cl_khr_icd
id: 0x23bf060
profile: FULL_PROFILE
key: intel
list: 0x7fffb0f3b2f8
Available OpenCL devices on platform:
---------------------------------------------------------------------------------------------------------
name: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
id: 0
parent platform: Intel(R) OpenCL
device_is_used: no
max_compute_unit: 4
device is GPU? no
address_bits: 64
available: yes
compiler_available: yes
double_fp_config: 0
endian_little: yes
error_correction_support: no
execution_capabilities: 3
global_mem_cache_size: 4194304 bytes (4096 KiB, 4 MiB, 0.00390625 GiB)
global_mem_cache_type: 2
global_mem_cacheline_size: 64 bytes (0.0625 KiB, 6.10352e-05 MiB, 5.96046e-08 GiB)
global_mem_size: 4012085248 bytes (3.91805e+06 KiB, 3826.22 MiB, 3.73655 GiB)
half_fp_config: 0
image_support: yes
image2d_max_height: 8192
image2d_max_width: 8192
image3d_max_depth: 2048
image3d_max_height: 2048
image3d_max_width: 2048
local_mem_size: 32768 bytes (32 KiB, 0.03125 MiB, 3.05176e-05 GiB)
local_mem_type: 2
max_clock_frequency: 2400 MHz
max_compute_units: 4
max_constant_args: 128
max_constant_buffer_size: 131072 bytes (128 KiB, 0.125 MiB, 0.00012207 GiB)
max_mem_alloc_size: 1003021312 bytes (979513 KiB, 956.556 MiB, 0.934136 GiB)
max_parameter_size: 1024 bytes (1 KiB, 0.000976562 MiB, 9.53674e-07 GiB)
max_read_image_args: 128
max_samplers: 128
max_work_group_size: 1024 bytes (1 KiB, 0.000976562 MiB, 9.53674e-07 GiB)
max_work_item_dimensions: 3
max_work_item_sizes: (1024, 1024, 1024)
max_write_image_args: 128
mem_base_addr_align: 1024
min_data_type_align_size: 128 bytes (0.125 KiB, 0.00012207 MiB, 1.19209e-07 GiB)
platform: 0x23bf060
preferred_vector_width_char: 16
preferred_vector_width_short: 8
preferred_vector_width_int: 4
preferred_vector_width_long: 2
preferred_vector_width_float: 4
preferred_vector_width_double: 2
profiling_timer_resolution: 417710 ns
queue_properties: CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE, CL_QUEUE_PROFILING_ENABLE, (3)
single_fp_config: CL_FP_DENORM, CL_FP_INF_NAN, CL_FP_ROUND_TO_NEAREST, (7)
type: CL_DEVICE_TYPE_CPU (2)
vendor_id: 32902
extensions: cl_khr_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_gl_sharing cl_khr_byte_addressable_store cl_intel_printf cl_ext_device_fission
profile: FULL_PROFILE
vendor: Intel(R) Corporation
version: OpenCL 1.1 (Build 13785.5219)
driver_version: 1.1
GPU is NOT from NVidia
Available memory (global): 4012085248 bytes (3.91805e+06 KiB, 3826.22 MiB, 3.73655 GiB)
Available memory (local): 32768 bytes (32 KiB, 0.03125 MiB, 3.05176e-05 GiB)
Available memory (constant): 131072 bytes (128 KiB, 0.125 MiB, 0.00012207 GiB)
*****************************************************************************************************
Order of preference for OpenCL devices for this platform:
0. Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (id = 0)
*****************************************************************************************************
-------------------------------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment