We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a71f7e + f2290ca commit eb58578Copy full SHA for eb58578
.github/workflows/test.yml
@@ -199,6 +199,12 @@ jobs:
199
suite: 'vtr_reg_basic',
200
extra_pkgs: ""
201
},
202
+ {
203
+ name: 'Basic with serial VPR_EXECUTION_ENGINE',
204
+ params: '-DCMAKE_COMPILE_WARNING_AS_ERROR=on -DVTR_IPO_BUILD=off -DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVPR_EXECUTION_ENGINE=serial -DTATUM_EXECUTION_ENGINE=serial',
205
+ suite: 'vtr_reg_basic',
206
+ extra_pkgs: ""
207
+ },
208
{
209
name: 'Basic with VTR_ENABLE_DEBUG_LOGGING',
210
params: '-DCMAKE_COMPILE_WARNING_AS_ERROR=on -DVTR_IPO_BUILD=off -DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVTR_ENABLE_DEBUG_LOGGING=on',
0 commit comments