-
There are two ways we can implement our ast nodes
1) Is to compile it down to machine code but the whole code should be written in C/C++
2) Using a JIT
Which one should we go with.
-
## Feature request
I need to use `view` individual floating-point numbers as integers and backwards. For example:
```python
np.array(np.array(23.65).view('i8') | 1).view('d').item()
```
should…
-
As discussed in https://github.com/numba/numba/pull/7556#pullrequestreview-928732504, it's not possible for lowering to generate specific code based on the compute capability of the target device, bec…
-
Hi everyone,
I started using autograd, and it's pretty fantastic. The one draw-back, is that I've not really found a way to jit the functions (in nopython mode) using numba when calculating the deri…
-
In answering a stackoverflow question, I wanted to report what might be termed a bug. I'm using Numba 0.29.0.
In the docs, it says that lists must be "strictly homogenous" or numba will reject the…
-
MacBook Pro 2018
MacOS Catalina 10.15
anaconda (pkgs-main repository)
Python 3.7.4
numba=0.46.0
llvmlite=0.30.0
I'm running 6 dask distributed workers on localhost, 1 thread per worker.
I pu…
-
# Feature or enhancement
### Proposal:
In https://github.com/python/cpython/issues/124951, there has been some initial discussion on improving the performances of `base64` and possibly `{bytearr…
-
Analysis with permutations became extremely slow. Dexter gave me a task to optimize it. The most visible issue was slow fold changes.
I optimized fold changes [here](https://github.com/idrdex/star_ap…
-
Quick summary of some light exploration I've done profiling numba+numbast versus raw CUDA C++ kernels, as motivated by #12; put together a minimal version of one of the tests:
```python
import num…
-
### Your current environment
For setup, I am using the version 0.5 and the vllm_openai target as part of the Dockerfile with these arguments:
```
environment:
- NCCL_SOCKET_IFNAME=eth0
…