-
We need a tracking issue for 2023.12 support in the test suite.
Here is the list of changes https://data-apis.org/array-api/latest/changelog.html#v2023-12
**New Functions**
- [x] `__array_na…
-
hi,I want to use dgl with backend of tensorflow. However,I can't install tfdlpack in my computer,below is the error report:
(base) ### C:\Users\zx\PycharmProjects\Deep_learning>pip install tfdlpack-g…
-
I made an experimental wrapper: https://github.com/vadimkantorov/pydlpack/blob/master/dlpack.py#L107
The most difficult part is managing memory / capsules. Currently it's sort of move-semantics (an…
-
We have already seen some examples which can use Taichi as a part of the PyTorch program. For example,
- https://github.com/ailzhang/blog_code/blob/master/rwkv/benchmark.py
- https://github.com/i…
-
Jax has a sparse matrix-vector multiplication (SpMV) and it's performance is OK when batched, but in some cases, we'll want the best performance for small batch sizes. In those cases, we can use [DLP…
-
g++ -std=c++11 -I.. -isystem /ceph/sz_ts80_new/fyz/kaldi/tools/openfst-1.6.7/include -O1 -Wno-sign-compare -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -…
-
Jax cannot find GPU devices, but Pytorch (torch1.11 + cu102) can.
nvcc-V 10.2
jax 0.4.13
jaxlib 0.4.13
I installed Jax using the following command:
`
pip install jax==0.4.13 -f https://stora…
-
[jw@cn05 redisai]$ sh get_deps.sh cpu
dlpack is in place.
Installing TensorFlow ...
There are errors.
[jw@cn05 redisai]$
-
The [Tensor Computations](https://facebookresearch.github.io/TensorComprehensions/introduction.html) library provides a succinct and efficient way of writing computations on arrays. It also agnostic t…
-
@jedbrown and I have been discussing the possibility of using JAX to write qfunctions, since it supports JIT compilation and automatic differentiation. I see several ways to go about this, and several…