Havlik Marcell

Results 9 issues of Havlik Marcell

Code: https://github.com/denizyuret/Knet.jl#example Error: ``` [ Info: Precompiling Knet [1902f260-5fb4-5aff-8c31-6271790ab950] ┌ Warning: Pkg.installed() is deprecated └ @ Pkg /build/julia-98cBbp/julia-1.4.1+dfsg/usr/share/julia/stdlib/v1.4/Pkg/src/Pkg.jl:531 Updating registry at `~/.julia/registries/General` Updating git-repo `https://github.com/JuliaRegistries/General.git` Resolving package versions... Updating `~/repo/benchmark/Project.toml`...

We had a discussion about a speedup when we built sysimage double times (replacing the older one). Please see the discussion here: https://discourse.julialang.org/t/slow-julia-startup-time-after-sysimage-creation-and-an-unbelievable-observation/44102 It is a very big deal, because...

Hey, I try to redefine `@scalar_rules` and some of the macros, to create the appropriate code for our symbolic derivation. I tried to google and understand the source code it...

Coming from this [observation #issue 1323](https://github.com/JuliaGPU/CUDA.jl/issues/1323). Having a code: ``` using BenchmarkTools using CUDA function mysum(X,Y,n) I = (blockIdx().x - 1) * blockDim().x + threadIdx().x I > n && return...

good first issue
performance

I find Spring layout sometimes too overcrowded at specified graphs. This layout algorithms sometimes gives a little bit better graph structure. It uses CUDA for ordering as I need larger...

Hey, I just checked this repo and it is pretty awesome. Why did the development stop? Why doesn't Google's team maximize its speed? The read/serialize speed is really close to...

Pignify could be understood like "way" if the first letter was latin stuff and the other letter would cause only an "ay". Now it has to be always the "ay"...

I ran into this probelm and I couldn't figure out throught the documentation why the adviced method didn't work. https://discourse.julialang.org/t/http-streaming-antropic-claude-ai/117666 Could you check if there is a working solution for...

We have to handle the case where there is no "usage" field. I don't know if my solution the the best way, but it spare the immediate error, so we...