File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -439,8 +439,10 @@ template <backend BE> const plugin &getPlugin() {
439
439
PI_INVALID_OPERATION);
440
440
}
441
441
442
- template __SYCL_EXPORT const plugin &getPlugin<backend::opencl>();
443
- template __SYCL_EXPORT const plugin &getPlugin<backend::level_zero>();
442
+ template const plugin &getPlugin<backend::opencl>();
443
+ template const plugin &getPlugin<backend::level_zero>();
444
+ // __SYCL_EXPORT for esimd_cpu backend to use 'getPlugin' from
445
+ // getPluginOpaqueData()
444
446
template __SYCL_EXPORT const plugin &getPlugin<backend::esimd_cpu>();
445
447
446
448
// Report error and no return (keeps compiler from printing warnings).
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ piextMemCreateWithNativeHandle
97
97
piextMemGetNativeHandle
98
98
piextPlatformCreateWithNativeHandle
99
99
piextPlatformGetNativeHandle
100
+ piextPluginGetOpaqueData
100
101
piextProgramCreateWithNativeHandle
101
102
piextProgramGetNativeHandle
102
103
piextProgramSetSpecializationConstant
You can’t perform that action at this time.
0 commit comments