2nd xeon CPU not detected
#10
You seem to be rather confused about how dual socket systems are detected and displayed by the OpenCL runtime.

Both CPUs are 100% detected and available as a single "device" in your initial post. You have 2 overlapping runtimes for some reason, not 2 devices.


OpenCL Info:

Platform ID #1
Vendor : Intel(R) Corporation
Name : Intel(R) CPU Runtime for OpenCL(TM) Applications
Version : OpenCL 2.1 LINUX

Device ID #1
Type : CPU
Vendor ID : 8
Vendor : Intel(R) Corporation
Name : Intel(R) Xeon(R) CPU X5675 @ 3.07GHz
Version : OpenCL 2.1 (Build 0)
Processor(s) : 24
Clock : 3070
Memory : 12067/48270 MB allocatable
OpenCL Version : OpenCL C 2.0
Driver Version : 18.1.0.0920

This lists 24 processors, and since the X5675 is a 6 core chip with hyper threading, thats 12 threads per socket. All 24 threads across the two sockets are correctly initialized under this runtime as a single compute device. The second runtime is an overlapping runtime and should be uninstalled. You should only see the output above when you query your OpenCL devices/platforms.
Reply


Messages In This Thread
2nd xeon CPU not detected - by ox_1freak - 01-20-2021, 08:10 PM
RE: 2nd xeon CPU not detected - by ox_1freak - 01-20-2021, 08:28 PM
RE: 2nd xeon CPU not detected - by undeath - 01-20-2021, 08:47 PM
RE: 2nd xeon CPU not detected - by ox_1freak - 01-20-2021, 10:18 PM
RE: 2nd xeon CPU not detected - by undeath - 01-21-2021, 12:30 AM
RE: 2nd xeon CPU not detected - by ox_1freak - 01-21-2021, 11:20 AM
RE: 2nd xeon CPU not detected - by Issa1988 - 01-22-2021, 02:37 AM
RE: 2nd xeon CPU not detected - by vicious1 - 01-21-2021, 12:41 AM
RE: 2nd xeon CPU not detected - by ox_1freak - 01-21-2021, 11:18 AM
RE: 2nd xeon CPU not detected - by Chick3nman - 01-22-2021, 11:33 AM
RE: 2nd xeon CPU not detected - by ox_1freak - 01-24-2021, 12:54 PM