Skip to content

Commit

Permalink
Revert "add victor's comment"
Browse files Browse the repository at this point in the history
This reverts commit 44ed707.
  • Loading branch information
tahaelbayad committed Dec 13, 2024
1 parent 44ed707 commit 27dff8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
testRQGEMMTransB
snitch-kernels-tiled-singlebuffer-L2:
uses: ./.github/workflows/TestRunnerTiledSnitchSequential.yml
uses: ./.github/workflows/TestRunnerTiledSnitch.yml
with:
tests-config: |
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
name: TestRunnerTiledSnitchSequential
name: TestRunnerTiledSnitch

on:
workflow_call:
inputs:
tests-config:
required: true
type: string
num-cores:
required: false
default: 9
type: number
default-memory-level:
required: false
default: "L2"
type: string
simulator:
required: false
default: "banshee"
type: string


jobs:

Expand Down Expand Up @@ -53,7 +40,7 @@ jobs:
L1_values=$(echo "$test" | jq -r '.L1[]')
for L1_value in $L1_values; do
echo "Running test: $testName with L1: $L1_value"
python testRunner_tiled_snitch.py -t Tests/$testName --cores=${{ inputs.num-cores }} --simulator=${{ inputs.simulator }} --l1 $L1_value --defaultMemLevel=${{ inputs.default-memory-level }} --toolchain_install_dir /app/install/riscv-llvm/
python testRunner_tiled_snitch.py -t Tests/$testName --cores=9 --simulator=banshee --l1 $L1_value --defaultMemLevel=L2 --toolchain_install_dir /app/install/riscv-llvm/
done
done
shell: bash
Expand Down

0 comments on commit 27dff8c

Please sign in to comment.