We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d97da8 commit ef554f8Copy full SHA for ef554f8
sycl/source/detail/pi.cpp
@@ -54,7 +54,7 @@ constexpr const char *GVerStr = "sycl 1.0";
54
#endif // XPTI_ENABLE_INSTRUMENTATION
55
56
template <cl::sycl::backend BE>
57
-void *getPluginOpaqueData(void *opaquedata_arg) {
+void *getPluginOpaqueData(void *OpaqueDataParam) {
58
void *ReturnOpaqueData;
59
const cl::sycl::detail::plugin &Plugin =
60
cl::sycl::detail::pi::getPlugin<BE>();
0 commit comments