Fred:
I added code to the client to detect the
PCI bus/device/domain #s of NVIDIA GPUs
and export these in the get_cc_state() GUI RPC.
This works for newer NVIDIA drivers.

Notes:
- If anyone knows how to get this info for AMD GPUs, let me know
- Charlie/Bernd/Oliver: this is what we need for matching
   CUDA and OpenCL devices
   (except that OpenCL doesn't currently provide this info).

-- David

On 14-Jun-2012 3:12 AM, Fred wrote:
> David,
>
> I looked int the CUDA toolkit:
>
> These are the values I need:
>
> • pciBusID is the PCI bus identifier of the device.
> • pciDeviceID is the PCI device (sometimes called slot) identifier of the 
> device.
>
> 6.7 cudaDeviceProp Struct Reference
>
> 6.7.2.39 int cudaDeviceProp::pciBusID
> PCI bus ID of the device
> 6.7.2.40 int cudaDeviceProp::pciDeviceID
> PCI device ID of the device
>
> Fred
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to