Skip to content
Snippets Groups Projects

Object-Oriented CPU JIT API and Prototype Implementation

Merged Frederik Hennig requested to merge fhennig/pybind11-jit into v2.0-dev
Viewing commit 908c91de
Show latest version
1 file
+ 9
0
Preferences
Compare changes
+ 9
0
@@ -313,6 +313,15 @@ typecheck:
- docker
- 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 ---------------------------------------------------------------------