BenjaminRemez

Results 7 issues of BenjaminRemez

Calling `copy(A)` for `A::Toeplitz` falls back to `copy(AbstractArray)`, and then returns a dense, populated `Array`, instead of a new `Toeplitz`. (This has an interesting side effect: it allows `LinearAlgebra.det(A)` to...

When resolving dependencies, if the path to `.CondaPkg/` contains spaces up the directory tree (example, working in "C:/My Projects/", note the space), this seems to cause a "failed to create...

Starting Julia in GitBash on a fresh Git installation on Windows prints the splash screen, and then hangs at the first prompt. (Running Julia in the standard Windows Terminal works...

system:windows

https://github.com/Jutho/KrylovKit.jl/blob/68ced469e833613e00c70871f82846b525a9d7c8/src/eigsolve/eigsolve.jl#L189 For sparse `A`, above line leads to a dense `SparseVector` `x₀`. Being dense, multiplications `A*x₀` are slow and lead to excessive allocations. In my benchmarking, runtime for `A` with...

The following occurs in an empty environment: ``` import Pkg; Pkg.status(); # empty package Pkg.add("oneAPI") # Completes successfully using oneAPI # fails using oneAPI # succeeds A = oneArray(rand(Float32, 10^8));...

good first issue

For my device (Lunar Lake ARC 140V) I am able to get basic functionality in native windows. However, my impression that full usage via WSL2 is currently not possible? WSL2...