+4
−1
+17
−3
python/tests/test_jit_decompose.py
0 → 100644
+170
−0
python/tests/test_jit_simple.py
0 → 100644
+180
−0
Loading
- Split the python JIT test into multiple files per category (simple, nested, or decompose) so that we can debug easily.
- Explicitly clear the QJIT python cache on exit.
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>