Skip to content

Commit 7ca0510

Browse files
author
Peter Yeh
committed
kGcnArch query for opengl is a no-op
1 parent 00f14a7 commit 7ca0510

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/opengl/opengl_device_api.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ void OpenGLWorkspace::GetAttr(
117117
case kMaxClockRate: return;
118118
case kMultiProcessorCount: return;
119119
case kMaxThreadDimensions: return;
120+
case kGcnArch: return;
120121
}
121122
}
122123

0 commit comments

Comments
 (0)