Skip to content

Commit

Permalink
[NPU] Add zero_api when zero functions are used (openvinotoolkit#27373)
Browse files Browse the repository at this point in the history
### Details:
 - *Add zero_api when zero functions are used*

### Tickets:
 - *ticket-id*

Signed-off-by: Bogdan Pereanu <bogdan.pereanu@intel.com>
  • Loading branch information
pereanub authored Nov 1, 2024
1 parent 49e99f2 commit 1104581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "intel_npu/config/common.hpp"
#include "intel_npu/config/runtime.hpp"
#include "intel_npu/utils/zero/zero_api.hpp"

namespace intel_npu {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "intel_npu/config/common.hpp"
#include "intel_npu/config/runtime.hpp"
#include "intel_npu/utils/zero/zero_api.hpp"

namespace intel_npu {

Expand Down

0 comments on commit 1104581

Please sign in to comment.