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

Class DeviceIdent

src/include/devinfo.h:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57} DeviceChip;
58
59typedef struct DeviceIdent {
60 DeviceVendor vendor;
61 DeviceFamily family;
62 DeviceChip chip;
63} DeviceIdent;
64
65typedef struct DeviceHwInfo {
66 unsigned int wavefront;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected