Skip to content

Commit

Permalink
Rebase PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeratec committed Dec 19, 2024
1 parent 13fea37 commit 0659906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 3 additions & 6 deletions tests/chimera-convolve/snitchCluster/simpleITA/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ target_include_directories(${TEST_NAME}_host PUBLIC include)
target_compile_options(${TEST_NAME}_host
PRIVATE
-O2
-march=${ISA_HOST}
-mabi=${ABI_HOST}
)
target_link_libraries(${TEST_NAME}_host PUBLIC chimera-sdk)
target_link_libraries(${TEST_NAME}_host PUBLIC runtime_host hal_host)

######## CLUSTER Code ##########################################################
file(GLOB_RECURSE TEST_SNITCH_SRCS
Expand All @@ -37,10 +35,9 @@ target_include_directories(${TEST_NAME}_cluster PUBLIC include)
target_compile_options(${TEST_NAME}_cluster
PRIVATE
-O1
-march=${ISA_CLUSTER_SNITCH}
-mabi=${ABI_CLUSTER_SNITCH}
)
target_link_libraries(${TEST_NAME}_cluster PUBLIC chimera-sdk)

target_link_libraries(${TEST_NAME}_cluster PUBLIC runtime_cluster_snitch)

######## TEST Executable #######################################################
add_chimera_test(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#define _ITA_INCLUDE_GUARD_

#include "soc.h"
#include "driver.h"
#include "cluster_4.h"

#include <stdint.h>
Expand Down

0 comments on commit 0659906

Please sign in to comment.