-
---
## Feature request
I would like a nopython `@cfunc` to be able to launch a `@cuda.jit` kernel.
```python3
import numba.types as nt
@numba.cuda.jit(nt.void(nt.CPointer(nt.float32), nt…
-
#1076 is introducing in qibo a way for simulating clifford circuits efficiently, several improvements can still be introduced on top of that though:
- [x] Currently the ``CliffordBackend`` is backend…
-
I am trying to use numba to speed up a project, but I have hit an issue trying to use an AOT-compiled function inside a JIT-compiled function. Is this expected to be supported?
My reason for wantin…
-
A very very strange issue:
I would want to visualize a huge dataset (10000+, 20000+). However, sc.tl.dpt(adata, n_branchings=2) doesn't work. If I happened to select a smaller subgroup, it might wo…
-
I upgraded the TBB and then also got the following error. Please help.
```
Collecting librosa
Using cached https://files.pythonhosted.org/packages/5b/da/bd63187b2ca1b97c04c270df90c934a97cbe512c…
-
I would like to try a method simple and fast like PAGA_tree, but this error reoccured multiple times.
/usr/local/lib/python3.7/site-packages/umap/rp_tree.py:450: NumbaWarning:
Compilation is fall…
-
Regarding a numba cuda vectorize function, if I pass for arguments, all arrays of the same size, then I can get expected behavior, but if I pass some arrays and some scalars, it appears that under t…
-
### **when i run** ### python3 ./pytorch/train.py evaluate --config_path=./configs/car.lite.config --model_dir=/media/buaa/MyPassport/Deeplidar/second.pytorch/second/configs/car_lite --measure_time=T…
-
Here is a reproducible example of a problem I encountered today. The traceback suggested that I post an issue, so I came here.
```
import numba as nb
import numpy as np
from time import time
i…
-
**System:**
Ubuntu 18.04.4 LTS
Cuda 10.2
python3.6
I'm not using any conda env
When I run this:
`python3 create_data.py kitti_data_prep --data_path=KITTI_DATASET_ROOT
`
**I get this on my …