-
I was wondering if get_distance_matrix could go faster by using a GPU, which seems to be a possibility with dask functions. What do you think?
-
Since the current implemented fully-implicit SDC sweeper for DAEs `fully_implicit_DAE` and its semi-explicit sibling `SemiExplicitDAE` should also be competitive against other DAE solvers, sweepers su…
-
Hi,
Nice paper and thanks for sharing the scripts!
I am trying to use your code to transform (acosh, pearson, dino,...) a large dataset (~1M cells), but get out-of-memory error even with 1T memo…
-
**Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [x] Are you running the latest `bert-as-service`?
1.9.3
* [x] Did you follow [the installation](https://github.com/hanxiao/b…
-
Hello! =)
I may have missed something, but I guess that if I want to apply your tfw.dwt2d to an image with different channels, I should be able to write something like:
size_image = 64
nb_channel…
-
**Original report ([archived issue](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-gazebo/issues/3)) by Louise Poubel (Bitbucket: [chapulina](https://bitbucket.org/%7B5cfa2…
-
Many cuda optimization methods can be migrated to AMD opencl. Besides smaller LDS, one big barrier is that opencl doesn’t have cross lane function of shfl as cuda has. However, in-line assembly is wel…
-
The LinearAlgebra library aims to be as index-neutral as possible such that
users can use any offsets ~or strides~ in their matrices and vectors (Chapel
arrays) that they wish. This issue summarizes…
-
It seems to me Ginkgo is sometimes integer types inconsistently.
This includes both 32/64 bit as well as `signed`/`unsigned`. Examples:
* `dim` returns a `size_type` for all dimensions, even thoug…
-
### Description
With the following array as `a`:
```
Array([[1.00000000e+00+0.j, 5.77924896e-01+0.j, 1.11554120e-01+0.j,
7.19188336e-03+0.j, 1.54861144e-04+0.j, 1.11374328e-06+0.j,…