MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / DeviceChip

Enum DeviceChip

src/include/devinfo.h:44–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42} DeviceFamily;
43
44typedef enum DeviceChip {
45 CHIP_UNKNOWN,
46 REDWOOD,
47 JUNIPER,
48 CYPRESS,
49 HEMLOCK,
50 CAYMAN,
51 TAHITI,
52 HAWAII,
53 BONAIRE,
54 GEFORCE_GTX_480,
55 GEFORCE_GTX_580,
56 NUM_DEVICE_CHIPS
57} DeviceChip;
58
59typedef struct DeviceIdent {
60 DeviceVendor vendor;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected