Skip to content

Commit

Permalink
Fix missing pmsis header
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Oct 20, 2023
1 parent 5385bb7 commit 4357a4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dory/Hardware_targets/PULP/Common/Templates/network.h.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
#ifndef __${prefix.upper()}NETWORK_H__
#define __${prefix.upper()}NETWORK_H__

% if sdk == 'gap_sdk':
#include "pulp.h"
% endif
<%
l3_supported = DORY_HW_graph[0].HW_description['memory']['levels'] > 2
single_input = n_inputs==1
Expand All @@ -31,6 +28,7 @@
#include "${prefix}weights_definition.h"
% endif
#include <stddef.h>
#include "pmsis.h"


struct ${prefix}network_run_token {
Expand Down

0 comments on commit 4357a4c

Please sign in to comment.