@@ -207,13 +207,13 @@ def runAVH(build,core,compiler):
207207
208208
209209
210- allSuites = [
210+ # allSuites=[
211211#("MISCF32","../Output.pickle"),
212212#("MISCQ31","../Output.pickle"),
213213#("SupportTestsF32","../Output.pickle"),
214214#("BasicTestsF32","../Output.pickle"),
215- ("UnaryTestsF16" ,"../Output_f16.pickle" ),
216- ]
215+ # ("UnaryTestsF16","../Output_f16.pickle"),
216+ # ]
217217
218218# Solution and build file for all
219219# the tests
@@ -254,13 +254,13 @@ def runAVH(build,core,compiler):
254254# Latest version by default
255255compil_version = {}
256256
257- compil_version = {
257+ # compil_version = {
258258# 'GCC': '13.3.1'
259- 'CLANG' : "22.1.0"
260- }
259+ # 'CLANG': "22.1.0"
260+ # }
261261
262262#Override previous solutions for more restricted testing.
263- compil_config = {
263+ # compil_config={
264264# 'AC6':[
265265# ("VHT-Corstone-300","CS300"),
266266# ("VHT_M33","M33_DSP_FP"),
@@ -270,11 +270,11 @@ def runAVH(build,core,compiler):
270270 #("VHT-Corstone-300","CS300"),
271271# ("VHT_M33","M33_DSP_FP"),
272272# ],
273- 'CLANG' :[
274- ("VHT-Corstone-300" ,"CS300" ),
273+ # 'CLANG':[
274+ # ("VHT-Corstone-300","CS300"),
275275# ("VHT_M33","M33_DSP_FP"),
276- ]
277- }
276+ # ]
277+ # }
278278
279279
280280
0 commit comments