Oyibo
Oyibo
**Describe the bug** I am trying to use Scalene to profile my Python code, but I've encountered an issue where the GPU, memory usage, and copy columns are not displaying...
### Describe your issue Hey Cython team, Currently, the Cython documentation provides a clear example of how to assign a function to a function pointer. https://cython.readthedocs.io/en/latest/src/userguide/language_basics.html#function-pointers I propose the addition...
## Feature Request - [X ] I have tried using the latest released version of Numba (most recent is visible in the release notes (https://numba.readthedocs.io/en/stable/release-notes-overview.html). - [X ] I have...
Hello Numba team, Is it possible to introduce a mechanism for caching functions retrieved from Cython APIs, similar to how load_library_permanently works for shared libraries? This would allow us to...
Hello Scipy Team, Is it possible to expose the low-level special functions from scipy.special.cython_special as C symbols in a shared library (e.g., libscipy_special.so), similar to how libraries like GSL (libgsl.so)...
## Reporting a bug - [x ] I have tried using the latest released version of llvmlite (most recent is visible in the change log (https://github.com/numba/llvmlite/blob/main/CHANGE_LOG). - [x ] I...