Skip to content

Commit

Permalink
experimental_offload: Align run.py with new sim_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Dec 28, 2023
1 parent 1575c43 commit 92938d3
Show file tree
Hide file tree
Showing 5 changed files with 306 additions and 237 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,11 @@ occamy-mcast-vsim:
- make LENGTH=1024 sw
- make bin/occamy_top.vsim
- ./run.py sw/run-mcast-occamy.yaml -j

##########################
# Offload Occamy tests #
##########################
occamy-offload-vsim:
script:
- cd target/sim/sw/host/apps/experimental_offload
- ./run.py ci.yml -j
19 changes: 19 additions & 0 deletions target/sim/sw/host/apps/experimental_offload/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2023 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
#
# Luca Colagrande <colluca@iis.ee.ethz.ch>

runs:
- app: axpy
length: 1024
n_clusters_to_use: 2
multicast: true
- app: mc
length: 256
n_clusters_to_use: 2
multicast: true
- app: gemm
length: 4
n_clusters_to_use: 2
multicast: true
Loading

0 comments on commit 92938d3

Please sign in to comment.