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
[SYCL] Fix macro definition conflicting with MSVC (intel#6798)
The _CONCAT macro is defined in MSVC headers so to avoid redefinition
warnings this commit changes the naming in the PI mock plugin from
_CONCAT to _PI_MOCK_PLUGIN_CONCAT.
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
0 commit comments