1
0
mirror of https://github.com/exaloop/codon.git synced 2025-06-03 15:03:52 +08:00
A. R. Shajii 93fb3d53e3
JIT argument order fix (#639)
* Fix argument ordering in JIT

* Format

* Update JIT tests

* Fix JIT test
2025-03-18 10:45:34 -04:00
..
2025-03-18 10:45:34 -04:00
2023-05-23 17:59:26 -04:00
2023-08-12 10:39:45 -04:00
2025-01-29 15:41:43 -05:00
2023-05-23 17:59:26 -04:00
2025-02-18 10:22:03 -05:00

To install:

$ pip install .

If Codon is installed in non-standard directory, please set CODON_DIR accordingly.

To use:

import codon

@codon.jit
def ...