Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix unused variable warning (as error)
  • Loading branch information
adrianlizarraga committed Jul 21, 2025
commit d94cf44eeb65c1f7918c39f5b41c5562fb2e864d
2 changes: 1 addition & 1 deletion onnxruntime/core/providers/qnn/qnn_provider_factory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ struct QnnEpFactory : OrtEpFactory {
}

static OrtStatus* ORT_API_CALL CreateSyncStreamForDeviceImpl(OrtEpFactory* this_ptr,
const OrtMemoryDevice* memory_device,
const OrtMemoryDevice* /*memory_device*/,
const OrtKeyValuePairs* /*stream_options*/,
OrtSyncStreamImpl** ort_stream) noexcept {
auto& factory = *static_cast<QnnEpFactory*>(this_ptr);
Expand Down
Loading