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 1210bf9 commit 38a28f2Copy full SHA for 38a28f2
sycl/plugins/unified_runtime/ur/adapters/level_zero/ur_level_zero_platform.cpp
@@ -23,6 +23,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urInit(
23
UR_APIEXPORT ur_result_t UR_APICALL urTearDown(
24
void *Params ///< [in] pointer to tear down parameters
25
) {
26
+ std::ignore = Params;
27
// reclaim pi_platform objects here since we don't have piPlatformRelease.
28
for (ur_platform_handle_t Platform : *PiPlatformsCache) {
29
delete Platform;
0 commit comments