VectorizationBase.jl icon indicating copy to clipboard operation
VectorizationBase.jl copied to clipboard

Base library providing vectorization-tools (ie, SIMD) that other libraries are built off of.

Results 18 VectorizationBase.jl issues
Sort by recently updated
recently updated
newest added

Piracy test fails. I'm going to try moving relevant methods to LayoutPointers.jl. ``` Julia Version 1.11.0-beta1 Commit 08e1fc0abb9 (2024-04-10 08:40 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies

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...

Hi. I'm trying to do something weird, not really sure how it works, but it seems this package is the only one where an issue appears, so I'm hoping I...

For a program using LoopVectorization, in VS Code with Julia extension 1.4.3, I get this when I start debug mode, referencing line 340 of stridedpointers.jl (`@generated function $f(p1::Core.LLVMPtr{T,0}, p2::Core.LLVMPtr{T,0}) where...

I got the following error, any idea why? ```julia julia> using OrdinaryDiffEq [ Info: Precompiling OrdinaryDiffEq [1dea7af3-3e70-54e6-95c3-0bf5283fa5ed] ERROR: LoadError: UndefVarError: UInt256 not defined Stacktrace: [1] mask_type @ ~/.julia/packages/VectorizationBase/pTvQj/src/early_definitions.jl:97 [inlined] [2]...

The goal of this is to improve compile and load times. It also would be nice for libraries wanting to take on smaller dependencies. Additionally, LoopVectorization itself might no longer...

From @chriselrod's comment [here](https://github.com/chriselrod/LoopVectorization.jl/pull/163#issuecomment-737702987): > VectorizationBase.jl also needs a lot more tests. It has

help wanted