File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ bool trace(TraceLevel level);
71
71
#define __SYCL_LEVEL_ZERO_PLUGIN_NAME " pi_level_zero.dll"
72
72
#define __SYCL_CUDA_PLUGIN_NAME " pi_cuda.dll"
73
73
#define __SYCL_ESIMD_EMULATOR_PLUGIN_NAME " pi_esimd_emulator.dll"
74
- #define __SYCL_HIP_PLUGIN_NAME " libpi_hip .dll"
74
+ #define __SYCL_HIP_PLUGIN_NAME " pi_hip .dll"
75
75
#define __SYCL_UR_PLUGIN_NAME " pi_unified_runtime.dll"
76
76
#define __SYCL_NATIVE_CPU_PLUGIN_NAME " pi_native_cpu.dll"
77
77
#else
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ std::wstring getCurrentDSODir() {
89
89
#define __SYCL_LEVEL_ZERO_PLUGIN_NAME " pi_level_zero.dll"
90
90
#define __SYCL_CUDA_PLUGIN_NAME " pi_cuda.dll"
91
91
#define __SYCL_ESIMD_EMULATOR_PLUGIN_NAME " pi_esimd_emulator.dll"
92
- #define __SYCL_HIP_PLUGIN_NAME " libpi_hip .dll"
92
+ #define __SYCL_HIP_PLUGIN_NAME " pi_hip .dll"
93
93
#define __SYCL_UNIFIED_RUNTIME_PLUGIN_NAME " pi_unified_runtime.dll"
94
94
#define __SYCL_NATIVE_CPU_PLUGIN_NAME " pi_native_cpu.dll"
95
95
#else // llvm-mingw
You can’t perform that action at this time.
0 commit comments