Alexander Kalistratov

Results 15 comments of Alexander Kalistratov

What is the issue? getitem with negative slice is failing?

Great progress actually!

Lets move it to folder 'numba_typing/types' and split into several files: numbers, array, pandas(series) and special(LiteralType)

Then import everything in ```__init__.py.``` And please take a look how to use ```__all__```

@PokhodenkoSA could you please take a look on this PR?

https://github.com/IntelPython/sdc/blob/numba_typing/numba_typing/local_variable_type_annotations.py#L11 This code actually modifies original function globals. This shouldn't happen, please fix.

@serdinskyj this project is not maintained. You could consider https://github.com/modin-project/modin as an option.

``` implementation: dpnp error states: ErrorCodes.FAILED_EXECUTION error msg: Core dump ---- ValueError: Unexpected benchmark implementations failed: {('pca', 'dpnp')}. ```` observed in PR: https://github.com/IntelPython/dpbench/pull/319

``` implementation: numba_dpex_k error states: ErrorCodes.FAILED_EXECUTION error msg: Core dump ---- ValueError: Unexpected benchmark implementations failed: {('gpairs', 'numba_dpex_k')}. ``` Observed in PR: https://github.com/IntelPython/dpbench/pull/322