-
While working on fixing #63, I'm going through all of Akaze's source code quite deeply, and so to not loose the understanding, I'm collecting here the low-hanging fruit optimization opportunities I'm …
-
### Feature description
Support train deep learning models on Apple Silicon GPU? M1 and M2
### Feature motivation
Faster
### (Optional) Suggest a Solution
-
With a conda environment using the latest nightlies:
```
mamba create -y --name pynds -c rapidsai-nightly -c conda-forge -c nvidia python=3.10 cudatoolkit=11.8 cudf=23.04 dask-cudf dask-cuda 'ucx-…
-
## 🐛 Bug
## To Reproduce
mac pro: intel i7, os-Ventura 13.4
Steps to reproduce the behavior:
1. build relax, set USE_LLVM and USE_METAL ON. Succeed.
2. export TVM_HOME=/Users/rockey/wor…
-
## 内容
コアはC言語での動作を想定しており、コア側で作ったAudioQueryやwavのメモリ解放することを、使う側が意識する必要があります。
仮にエンジン側にあるコア周りの処理を全部コア側に移す場合、この辺りのメモリ意識が煩雑になります。
もしコア側にメモリ管理をしなくていいpythonパッケージがあれば、エンジン側は楽になり、pythonユーザーからもありがたがられるはずです…
-
Reported by bluss on Github:
"What I can see, there is no check for allocation success, so any buffer can be created with a null pointer, which leads to soundness problems in most methods.…
-
Hello!
I'm new to Linfa and ML in Rust.
Is it possible to use [Polars](https://github.com/pola-rs/polars) DataFrames instead of [ndarray](https://github.com/rust-ndarray/ndarray) with Linfa ?
-
This is pretty interesting project, shows how powerful things can be built using Rust + Arrow.
A few basic questions regarding your future plans:
1. There is some overlap across the Polars, ndarra…
-
After trying various solutions, I can't get BLAS to work on ndarray 0.12.1. I keep getting the error: `undefined reference to "cblas_ddot"`
### cargo.toml
```
[dependencies]
ndarray = { versio…
-
There is no easy way of converting `Ndarr` into `Ndarr`.
We should add a map that is generic over both `T` and `P`, that would allow:
```Rust
let a_i32 = Ndarr::from([1,2,3]);
let a_f32 = a_i…