xtensor-stack
xtensor
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
formatting
Alex-PLACET:fix-2892
6 days ago
Fix SIMD assignment to xfunctor_view destinations (#2892) xt::real(e) = w failed to compile with XTENSOR_USE_XSIMD: the SIMD gate only probed load_simd, but the linear assigner also needs data() on the destination, which functor views lack. Gate the SIMD paths on data_interface_expression<E1> instead; functor views fall back to scalar assignment while containers keep the SIMD path. Adds a regression test (test_xcomplex.assign_to_real_part).
Alex-PLACET:fix-2892
6 days ago
Fix SIMD assignment to xfunctor_view destinations (#2892) xt::real(e) = w failed to compile with XTENSOR_USE_XSIMD: the SIMD gate only probed load_simd, but the linear assigner also needs data() on the destination, which functor views lack. Gate the SIMD paths on data_interface_expression<E1> instead; functor views fall back to scalar assignment while containers keep the SIMD path. Adds a regression test (test_xcomplex.assign_to_real_part).
Alex-PLACET:fix-2892
6 days ago
Add release workflow (#2931) Add a release github action to ease the creation of releases
master
7 days ago
Update changelog generation
Alex-PLACET:add-release-workflow
7 days ago
fix yaml
Alex-PLACET:add-release-workflow
7 days ago
Create release action
Alex-PLACET:add-release-workflow
7 days ago
Fix simd reshape lazy view (#2930) Fix: #2929 `provides_simd_interface` now also requires the storage to expose lvalue references, so lazybacked strided views fall back to the scalar assign path. Container-backed views keep their SIMD path unchanged. --------- Co-authored-by: Alexis Placet <2400067+Alex-PLACET@users.noreply.github.com>
master
7 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix SIMD assignment to xfunctor_view destinations
#2932
6 days ago
4597ce5
Alex-PLACET:fix-2892
CodSpeed Performance Gauge
0%
Add release workflow
#2931
7 days ago
51fe4e4
Alex-PLACET:add-release-workflow
CodSpeed Performance Gauge
-2%
Fix simd reshape lazy view
#2930
10 days ago
d8553ad
Alex-PLACET:fix-simd-reshape-lazy-view
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs