-
Hi,
thanks for this nice package (and for Knet as well).
How difficult would be to support static computation, at least for a limited set of operations? Here is a comparison with ReverseDiff.jl wh…
-
I just tried to use `TestDirectory` on the `forms` package, and was annoyed by the order in which it processed test files:
```
testing: /Users/mhorn/Projekte/GAP/repos/pkg/pkg/pkg/forms/tst/test_for…
-
Currently `broadcast` will allocate, although this is not a large allocation, but getting rid of it will result in 5x speed up at least in the following case (it comes from a more complicated use case…
-
Mobitel (GPU) se dosta zagrije dok je app upaljen, dobivam svakih 100 ms GC_FOR_ALLOC za osloboditi 1 MB memorije. Problematično jer "GC_FOR_MALLOC - A GC caused because your app attempted to allocate…
-
I get this error when I try to run ./node_modules/.bin/protractor protractor.conf.js after a successful npm install . and ./node_modules/.bin/webdriver-manager update
`
[11:54:36] E/launcher - Tri…
-
Hi,
Everytime I launch stremio, I get an Application error "Error while starting streaming server".
I tried to desactivate windows defender with no luck, as well as run the app with admin rights…
-
It looks like we've got a performance bug in the above. Specifically, the primal looks to be fine:
```julia
julia> @benchmark kernelmatrix(SEKernel(), $(randn(100)))
BenchmarkTools.Trial:
memory…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.16.8 darwin/amd64
### Does this issue reproduce with the latest release?
Maybe, I am not sure, [GC Pace…
-
When copying a vector to a vector, `copyto_unaliased!` checks `IndexStyle(src) isa IndexLinear`: https://github.com/JuliaLang/julia/blob/9de107a63a56f9ca922497991a7eb9dcd027dc06/base/abstractarray…
-
I am implementing a Kalman filter and I observed that for large matrices it gets considerably slower. Consider these two functions:
```julia
function time_update(x, P, F, Q)
x_next = F * x
…