-
```
What steps will reproduce the problem?
1. Create a program that uses CUBLAS
2. Replace -lcudart with -locelot
3. Run program
What is the expected output? What do you see instead?
I expect the emu…
-
from @alanedelman:
We really should think carefully about how the transpose of a vector should dispatch the various `A_*op*_B*` methods. It must be possible to avoid new types and ugly mathematics. F…
-
```
What steps will reproduce the problem?
1. Create a program that uses CUBLAS
2. Replace -lcudart with -locelot
3. Run program
What is the expected output? What do you see instead?
I expect the emu…
-
We have complex gamma and real polygamma but not complex polygamma – or digamma or trigamma. If anyone wants to tackle this, we really ought to have these. While we're at it, it might be good to readj…
-
This is the Issue for constructing the "lensing engine" of GalSim. We wish to be able to draw shears from realizations of a field with specified statistical properties and spatial correlations (which…
-
``` jl
Converting stdlib/
...
WARNING: Error converting docstring:
```
fft(A[, dims])
```
Performs a multidimensional FFT of the array `A`. The optional `dims` argument specifies an iterable subs…
-
I am not sure on how far you want to go with this library, but one simple optimization would be to precompute the twiddle factors for a given N and reuse them when calling `transform` multiple times. …
-
```
What steps will reproduce the problem?
1. Create a program that uses CUBLAS
2. Replace -lcudart with -locelot
3. Run program
What is the expected output? What do you see instead?
I expect the emu…
-
```
What steps will reproduce the problem?
1. Create a program that uses CUBLAS
2. Replace -lcudart with -locelot
3. Run program
What is the expected output? What do you see instead?
I expect the emu…
-
Hello,
I have noticed what appears to be an accuracy issue with rfft. I have confirmed it is still present in v.0.3.10.
Ref platform: Intel i5 running Windows 7.
I have some test code in a GIST:
h…