You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message << "Device name from Queue: " << str << ".";
99
99
GPA_LogDebugMessage(message.str().c_str());
100
100
101
+
// Note for some ASICs, there isn't a revision 0, so we default to zero
102
+
// here, but then override the revision id to a valid non-zero value below
103
+
pHwInfo->SetRevisionID(0);
104
+
101
105
// get the device ID
102
106
// the string comes from maswp4p1.amd.com:1666 \\depot\stg\opencl\drivers\opencl\runtime\device\gpu\gpudefs.hpp as the static const char* TargetName[] array
0 commit comments