MariusDrulea

Results 75 comments of MariusDrulea

after more intensive debugs: this feature is a life saver!

The same was requested here: https://github.com/julia-vscode/julia-vscode/issues/2516#issue-1039861754. I also think it's much better to have everything compiled by default, and we shall only specify what we want to be interpreted. The...

Disabling all compiled modules and functions will make the debugger very slow. A step in the right direction is to make `Base.open` as interpreted while keeping the existing stuff as...

Here is the code: ``` function my_fun(N) x = N * rand(1000, 1000) y = N * rand(1000, 1000) s = sum(x .+ y) return s end for i in...

Is this PR still desired/feasible?

@davidanthoff, @pfitzseb, see the popularity of the FromFile package: https://github.com/JuliaLang/julia/issues/4600#issuecomment-1221666767. This `@from` macro handles a fundamental part of Julia, the include system. If it is naturally used with Julia then...

I think FluxML shall also document why we use the WHCN order. The only explanation I have is that CUDA.jl is using cuDNN and cuDNN supports the NCHW order (row-major)....

@mateuszbaran indeed, the matrix is nearly singular. If I exclude such matrices (needed), I get quite the same results in my program.

I had a look over the implementation of A\b, and it is clearly good enough for most purposes. ``` @inline function _solve(::Size{(3,3)}, ::Size{(3,)}, a::StaticMatrix{