-
We need to use `proxsuite` for a project involving robots for which we also use the `robotology-superbuild`. Given that we were not aware of the fact that the `superbuild` fetches and installs that li…
-
Hi there,
first of all, thanks for this easy-to-use and well documented library!
There however seem to be alignment issues with the Eigen datatypes when compiling the library and software includi…
-
Vectorization is still an open issue (Does it belong in Alpaka at all? How do we enforce it?).
I want to use this issue to create a list of libraries that might help.
Please extend to your own likin…
-
## Feature Design Document
### Background
#### Current Code Base
TiFlash currently has an relatively old math function vectorization mechanism inheritated from ClickHouse's old code base:
http…
-
Description:
The core algorithm in the project may not be optimized for performance, particularly when dealing with large inputs. This can result in longer execution times and higher resource usage, …
-
Hello experts,
I am trying to compile blingfire wbd tokenizer (latest release) on Mac following https://github.com/Microsoft/BlingFire/wiki/How-to-change-linguistic-resources
I am encountering an …
-
Halide provides multiple versions of routines found the libm math library such as transcendental functions. E.g. for `exp` there are:
- Plain `exp`, which is intended to map to the platform support …
-
As a library author, I might want to get faster code without doing (much) extra work. Autovectorization can sometimes help: compilers can automatically convert code to use SIMD instructions. (Note thi…
-
# Drunken Walk Generator and Lattice for Deep GNN Training
## Overview
This page documents the development of a generator function and a lattice structure designed to encompass a broad range of inte…
-
One of the quite compelling new additions to the torch ecosystem is NestedTensors, see https://pytorch.org/docs/stable/nested.html.
Basically, this is a new primitive in the Torch ecosystem which a…