Eric Davies

Results 196 comments of Eric Davies
trafficstars

See https://github.com/invenia/Dispatcher.jl/issues/11

In general I would love to sync up our packages! Dagger has the distributed-array stuff that Dispatcher doesn't have and Dispatcher has the generic delayed-computation interface that we needed for...

I think this is probably https://github.com/invenia/FTPServer.jl/issues/36

You linked to a line in an old version of the docs which does not exist in the current version: https://github.com/invenia/PkgTemplates.jl/blob/master/docs/src/index.md Does that line exist somewhere on another page in...

Maybe the [`__source__`](https://docs.julialang.org/en/latest/manual/metaprogramming/#Macro-invocation-1) information needs to be passed through to the Parameters.jl macro?

`arm64` is available as a Travis test environment, it might be good to set up testing in a branch and see where expectations match reality. It's Arm v8.0-A, SBSA Level...

I think all AArch64/arm64 with SIMD will support Float64. So I think you'd be okay to make that particular assumption based on the architecture. AArch32 is more complicated since it...

I think you can find cache info from the same kernel function `getauxval` using a different `AT_` value: https://man7.org/linux/man-pages/man3/getauxval.3.html Not sure about that register information. @PallHaraldsson answered a related question...

> For cross platform cache information, perhaps we should depend on Hwloc.jl? That's a good idea! Looks like it needs some fixes first though: https://github.com/JuliaParallel/Hwloc.jl/pull/31

Another way of handling this would be for `@mock` to find and replace usage of the function.