Skip to content

Commit 38a28f2

Browse files
author
Jaime Arteaga
authored
[SYCL][UR][L0] Fix some CI errors (2) (#9629)
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
1 parent 1210bf9 commit 38a28f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/plugins/unified_runtime/ur/adapters/level_zero/ur_level_zero_platform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urInit(
2323
UR_APIEXPORT ur_result_t UR_APICALL urTearDown(
2424
void *Params ///< [in] pointer to tear down parameters
2525
) {
26+
std::ignore = Params;
2627
// reclaim pi_platform objects here since we don't have piPlatformRelease.
2728
for (ur_platform_handle_t Platform : *PiPlatformsCache) {
2829
delete Platform;

0 commit comments

Comments
 (0)