Kristoffer Carlsson

Results 400 issues of Kristoffer Carlsson

I count ~240 of them only testing sparse * dense matrix multiplication. We cannot have this type of exhaustive testing here, in my opinion.

Running all the benchmarks for the special functions take a significant time and I am questioning the usefullness of testing this so carefully for every single nanosoldier run. * Most...

Many "introspection" functions in DiffRules like `DiffRules.diffrules` look at the global variable `DEFINED_DIFFRULES` to collect information about what diff rules are defined. I think this has some issues: - Only...

- Revert "Merge pull request #22 from mcabbott/static" - make StaticArrays dependency into an extension Shouldn't be merged until the Registrator deployment of https://github.com/JuliaRegistries/Registrator.jl/pull/397 is done. Note, this reverts #22...

The implementation of the IOBuffer reading (https://github.com/JuliaIO/ImageMagick.jl/pull/180) uses the internal `.data` field and no longer works: ``` Reading from an IOBuffer (issue https://github.com/JuliaIO/FileIO.jl/issues/174): Error During Test at /home/pkgeval/.julia/packages/ImageMagick/iVjQq/test/constructed_images.jl:233 Got exception...

This makes the test take seconds on my machine compared to ~15 min that it seems to take on CI

performance

This function seems a bit odd to define here: https://github.com/JuliaIO/Tar.jl/blob/6bfc11475a80b752e70518047c3c3463f56bbc1d/src/Tar.jl#L12-L21 It also has some issues, like referencing a global `skip_buffer` (so the function is not thread-safe).

``` ┌ Info: Running IR test in a subprocess... │ cmd = `/Users/kristoffercarlsson/julia1.11/usr/bin/julia -C native -J/Users/kristoffercarlsson/julia1.11/usr/lib/julia/sys.dylib --depwarn=yes --check-bounds=yes -g1 --color=yes --startup-file=no --startup-file=no --color=yes --check-bounds=no --code-coverage=none --inline=yes` └ script = "/Users/kristoffercarlsson/JuliaPkgs/Setfield.jl/test/perf.jl"...

PkgEval report https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/0520b80_vs_bd47eca/NaNStatistics.primary.log. Happens in: https://github.com/JuliaSIMD/VectorizationBase.jl/blob/cbf6789a17f3bd26bc555fc03423b877e740dee7/src/llvm_intrin/memory_addr.jl#L987-L995 This comes from LV.jl which is deprecated but it ends up here so not sure if it is relevant. Example stacktrace ``` [83] signal...

https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/0520b80_vs_bd47eca/ScanByte.primary.log ``` [15] signal 11 (128): Segmentation fault in expression starting at /home/pkgeval/.julia/packages/ScanByte/5NrVo/test/scanbyte.jl:51 unsafe_load at ./pointer.jl:152 [inlined] unsafe_load at ./pointer.jl:152 [inlined] loadvector at /home/pkgeval/.julia/packages/ScanByte/5NrVo/src/codegen.jl:149 [inlined] _memchr_nonempty at /home/pkgeval/.julia/packages/ScanByte/5NrVo/src/codegen.jl:398 [inlined] macro...