-
| | |
|--------------------|----|
| Bugzilla Link | [PR14024](https://bugs.llvm.org/show_bug.cgi?id=14024) |
| Status | NEW |
| Importance | P enhancemen…
-
The following code produces not the expected behavior:
```
import scipy
print(scipy.special.eval_jacobi(1,-1,-1,0), scipy.special.eval_jacobi(2,-1,-1,0))
```
It returns `0.0` and `nan`. The exp…
-
### Summary of Problem
Compiling with ` CHPL_LOCALE_MODEL=gpu chpl -g` results in a `ptxas` error on invalid PTX.
### Steps to Reproduce
Compiling with [Jacobi GPU example](https://chapel-lang.…
-
Hi! I've translated the Julia code in Matlab, and then realized a good starting point can be found using the SVD, followed by Jacobi iterations.
See the code on [takagi-matlab](https://github.com/d…
-
When using Jacobi.Vst.Host.Interop from a .NET 5 host to interact with Effect-type VSTs (VST2), in some rare cases (only specific VSTs) calling ProcessReplacing crashes the managed host with an unhand…
cuikp updated
2 years ago
-
Hi,
I am trying to compile ECG.
I have copied make.lib.inc-ecg and I have edited it.
Now when I do `make`, I got
mpicc -Wall -funroll-loops -std=c99 -fPIC -DAdd_ -DMKLACTIVATE -DUSE_MKL -DUSE_S…
-
See [GForge bug #841](https://gforge.sci.utah.edu/gf/project/cibc/tracker/?action=TrackerItemEdit&tracker_item_id=841&start=50).
-
It's sensible to support this functionality, especially since they're more accurate.
-
I am impressed with this package!
In my field we very often do these loops over multiple dimensions and generate many curves for different dimensions.
We (me and my colleagues) tried to tackle a…
-
It seems that the LLVM back-end can currently have failures when `--baseline` and `--inline` are used together. For example, the following command:
```
chpl -o jacobi-unoptimized --cc-warnings --…