cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

ivan
Adept I

Device name

Hi,

I wonder how can I get a real device name using OpenCL? All I get now is "Radeon R9 200 series" but I need a full name, for example, "Radeon R9 280X". Neither CL_DEVICE_BOARD_NAME_AMD nor CL_DEVICE_NAME gives me what I need.

Thnaks

0 Likes
2 Replies
maxdz8
Elite

You can "guess" the chip fairly accurately by using DEVICE_NAME (Tahiti) and DEVICE_MAX_COMPUTE_UNITS (28 CU for 280x, 32 for 280x).

Yeah, it's a good idea, thanks!

0 Likes