Skip to content

Commit d361ca5

Browse files
committed
Added back CI tests removed by merge
1 parent e8de27a commit d361ca5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/ci-platform-siracusa.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,15 @@ jobs:
5353
testBacktracking
5454
testFloatAdder
5555
testFloatGEMM
56+
5657
testFloat2DConvolution
58+
testFloat2DConvolutionBias
59+
testFloat2DConvolutionZeroBias
60+
61+
testFloat2DDWConvolution
62+
testFloat2DDWConvolutionBias
63+
testFloat2DDWConvolutionZeroBias
64+
5765
testFloatLayerNorm
5866
testFloatRelu
5967
testFloatMaxPool
@@ -64,6 +72,7 @@ jobs:
6472
Quant
6573
Dequant
6674
testFloatReduceSum
75+
testFloatReshapeWithSkipConnection
6776
testFloatSoftmaxGrad
6877
testFloatSoftmaxCrossEntropy
6978
testFloatSoftmaxCrossEntropyGrad
@@ -87,4 +96,5 @@ jobs:
8796
CCT/CCT_1_16_16_8
8897
CCT/CCT_2_32_32_128_Opset20
8998
testTrainCCT/CCT1_Classifier_Training/CCT_1_16_16_8
99+
testFloatDemoTinyViT
90100
num-cores: 8

TargetLibraries/PULPOpen/inc/kernel/gemm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ void PULP_Gemm_fp32_fp32_fp32_fp32(const float32_t *__restrict__ pSrcA,
1616
uint32_t N, uint32_t O, uint32_t transA,
1717
uint32_t transB);
1818

19-
#endif // __DEEPLOY_MATH_GEMM_KERNEL_HEADER_
19+
#endif // __DEEPLOY_MATH_GEMM_KERNEL_HEADER_

0 commit comments

Comments
 (0)