Skip to content
Snippets Groups Projects
Commit 908c91de authored by Frederik Hennig's avatar Frederik Hennig
Browse files

add CI task with experimental JIT

parent 2e8486bb
1 merge request!445Object-Oriented CPU JIT API and Prototype Implementation
Pipeline #73140 failed with stages
in 1 minute and 2 seconds
...@@ -313,6 +313,15 @@ typecheck: ...@@ -313,6 +313,15 @@ typecheck:
- docker - docker
- AVX - AVX
"testsuite-experimental-jit-py3.10":
extends: .testsuite-base
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:alpine
script:
- nox -s "testsuite(cpu)" -p 3.10 -- --experimental-cpu-jit
tags:
- docker
- AVX
# -------------------- Documentation --------------------------------------------------------------------- # -------------------- Documentation ---------------------------------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment