-
# Description
for large models, the computation of the constraint term can become relevant in the overall computation and should be optimized. With the current constraint terms it is often the case…
-
Hi CUDA Team,
I am currently working with fp8 data and am looking for a CUDA function similar to __hsub2 that can perform vectorized subtraction specifically for fp8 data types. Given the growing int…
-
## Reason
Expensive material models provided by external codes make use of vectorized evaluation on accelerator devices (e.g. GPUs). For these models to operate with optimal efficiency we need to pro…
-
### Is your feature request related to a problem?
Cells are our concept to lazily (i.e. the data must not be loaded immediately) execute vectorized operations on tables. The laziness is essential for…
-
mainly to park an old script for how to do gauss-hermite integration with scipy.
code is most likely outdated because scipy deprecated some of the orthogonal polynomial function.
related to numeri…
-
It would be nice to add the MATLAB algorithm, which is described in
> Shampine, L. F. (2008). Vectorized adaptive quadrature in MATLAB. Journal of Computational and Applied Mathematics, 211(2), 13…
-
I'm trying to build spaln v2.4.12 with GCC 10.2 and using "`-O2 -march=native`" as compiler options.
This fails with:
```
g++ -O2 -ftree-vectorize -march=native -fno-math-errno -Wall -DM_THREAD…
-
### Issue with current documentation:
The current documentation lists all available quadrature methods (given function object) in SciPy. However, it does not offer any guidance on which one to choose…
-
**Summary**
A columnar Geometry/Geography format is proposed here to provide support for the storage and computation of geospatial features.
https://github.com/forsaken628/databend/blob/9e132699cc22…
-
In a project with 80 packages, `snapshot()` takes roughly two minutes on my machine. I think the reason is the recursive call to `getPackageRecords()` which seems to walk _all_ dependency trees for _e…