- 24 Jul, 2019 1 commit
-
-
Pierre Blanc-fatin authored
-
- 18 Jul, 2019 1 commit
-
-
Pierre Blanc-fatin authored
-
- 17 Jul, 2019 1 commit
-
-
Pierre Blanc-fatin authored
-
- 15 Jul, 2019 1 commit
-
-
Pierre Blanc-fatin authored
-
- 17 Jul, 2019 1 commit
-
-
Pierre Blanc-fatin authored
-
- 15 Jul, 2019 1 commit
-
-
Pierre Blanc-fatin authored
-
- 03 Jul, 2019 1 commit
-
-
Pierre Blanc-fatin authored
-
- 02 Jul, 2019 2 commits
-
-
Pierre Blanc-fatin authored
-
Pierre Blanc-fatin authored
Get_code_ext refactoring + same name not mandatory for a jit call (see description) + associated test With a jitted function called in another jitted function: same name like "func = jit(func)" not mandatory
-
- 28 Jun, 2019 1 commit
-
-
Pierre Augier authored
-
- 26 Jun, 2019 1 commit
-
-
Pierre Augier authored
-
- 25 Jun, 2019 1 commit
-
-
Pierre Blanc-fatin authored
In this commit I have changed get_exterior_code() in analyse/__init__.py to resolve the double files writting problem . I have also added a test for boosted methods that use a locally imported function. And finally I have fixed the boosted functions name problem. PS : An amend that consider Pierre Augier comments on the associated PR has been done.
-
- 20 Jun, 2019 1 commit
-
-
Pierre Blanc-fatin authored
To have the error run 'make clean; pytest test_justintime.py -s' I don't understand why function at line 277 in transonic.util.py (i.e "spec.loader.exec_module(module)") doesn't find the module imported by the module in its parameter" I've written just before this line a test that looks for the existence of this module, and the test gives me a positive existence In this commit I have only kept the test that give me this error (in test_justintime.py). Be aware that this commit contains other unrelated changes like a factorisation of the function "filter_external_code"
-
- 18 Jun, 2019 1 commit
-
-
Pierre Blanc-fatin authored
Of course boosted functions support multi-levels of import as jitted function. The reorganisation was done for factoring 2 identical functions in analyse_aot() and analyse_jit(). There is a new test about multi-levels import in boosted function.
-
- 13 Mar, 2019 1 commit
-
-
Pierre Augier authored
-
- 12 Mar, 2019 1 commit
-
-
Pierre Augier authored
-
- 11 Mar, 2019 1 commit
-
-
Pierre Augier authored
-
- 09 Mar, 2019 1 commit
-
-
Pierre Augier authored
-
- 08 Mar, 2019 1 commit
-
-
Pierre Augier authored
-
- 07 Mar, 2019 2 commits
-
-
Pierre Augier authored
-
Pierre Augier authored
-