An open API service indexing awesome lists of open source software.

https://github.com/ashutoshvarma/numba_cython_mkl_oversubscription_bug

See https://github.com/numba/numba/issues/6637
https://github.com/ashutoshvarma/numba_cython_mkl_oversubscription_bug

Last synced: 3 months ago
JSON representation

See https://github.com/numba/numba/issues/6637

Awesome Lists containing this project

README

        

## Setup Environment
- ## Install deps
```
conda install numpy numba cython ipython
```

- ## Build cython extension
```
cythonize -i *pyx
```

## Run test.py
- ### numba first then cython
```
./check_thread ipython test.py
```
- ### cython first then numba
```
./check_thread ipython test.py cython-first
```