Skip to content

Commit

Permalink
Buckify open sourced ET-QNN
Browse files Browse the repository at this point in the history
Differential Revision: D60971802

Pull Request resolved: #4632
  • Loading branch information
derekxu committed Aug 9, 2024
1 parent 1b092e9 commit 3b21e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backends/qualcomm/aot/ir/qcir_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#pragma once

#include "QnnTypes.h"
#include "qcir_generated.h"
#include <executorch/backends/qualcomm/aot/ir/qcir_generated.h>

namespace torch {
namespace executor {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class HtpContextCustomConfig {
return htp_context_config_.back().get();
}

const QnnContext* context_;
[[maybe_unused]] const QnnContext* context_;
std::vector<std::unique_ptr<QnnHtpContext_CustomConfig_t>>
htp_context_config_;
[[maybe_unused]] const QnnExecuTorchHtpBackendOptions* htp_options_;
Expand Down

0 comments on commit 3b21e79

Please sign in to comment.