cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

boxerab
Challenger

Unique vendor id for AMD

When I get cl info on a card, I would like to identify if it is AMD, or another card.I don't want to parse the vendor string, looking for "AMD".Is there a documented list of vendor ids for different card manufacturers: AMD, inVidious, Intel, etc   ?

0 Likes
1 Solution
dipak
Big Boss

If PCIe ID is returned as a unique device vendor identifier, I guess, you may refer this vendor list: PCI Vendor and Device Lists

For example, clinfo shows vendor ID as "1002h" which refer to AMD in this list against entry "0x1002" .

FYI:

clGetDeviceInfo

CL_DEVICE_VENDOR_IDcl_uintA unique device vendor identifier. An example of a unique device identifier could be the PCIe ID.

Regards,

View solution in original post

0 Likes
1 Reply
dipak
Big Boss

If PCIe ID is returned as a unique device vendor identifier, I guess, you may refer this vendor list: PCI Vendor and Device Lists

For example, clinfo shows vendor ID as "1002h" which refer to AMD in this list against entry "0x1002" .

FYI:

clGetDeviceInfo

CL_DEVICE_VENDOR_IDcl_uintA unique device vendor identifier. An example of a unique device identifier could be the PCIe ID.

Regards,

0 Likes