Skip to content

Commit

Permalink
[software] Move the port-conflict optimized matmul to matmul_i32p
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertuletti committed Dec 10, 2024
1 parent 3ea70e0 commit 4984558
Show file tree
Hide file tree
Showing 4 changed files with 619 additions and 1,037 deletions.
3 changes: 2 additions & 1 deletion software/apps/baremetal/matmul_i32/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
#include "runtime.h"
#include "synchronization.h"

#include "data_matmul_i32.h"

#include "baremetal/mempool_checks.h"
#include "baremetal/mempool_matmul_i32p.h"
#include "data_matmul_i32.h"

int32_t l1_A[matrix_M * matrix_N] __attribute__((section(".l1_prio")));
int32_t l1_B[matrix_N * matrix_P] __attribute__((section(".l1_prio")));
Expand Down
208 changes: 0 additions & 208 deletions software/apps/matmul_i32_conflict_opt/main.c

This file was deleted.

Loading

0 comments on commit 4984558

Please sign in to comment.