Skip to content

Add SVE2 optimization for descriptor Decode32f#468

Merged
ermig1979 merged 1 commit into
devfrom
cursor/sve2-descr-int-decode32f-95a8
Jun 18, 2026
Merged

Add SVE2 optimization for descriptor Decode32f#468
ermig1979 merged 1 commit into
devfrom
cursor/sve2-descr-int-decode32f-95a8

Conversation

@ermig1979

@ermig1979 ermig1979 commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add SVE2 DescrIntDecode32f dispatch and implementation for depths 4 through 8.
  • Extend descriptor decode autotests to include SVE2.
  • Register the new SVE2 decode source in Visual Studio project files and document the release note.

Testing

  • cmake ./prj/cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -DSIMD_TOOLCHAIN="g++" -DSIMD_TARGET="" -DSIMD_AVX512VNNI=ON -DSIMD_AMXBF16=ON -DSIMD_TEST_FLAGS="-march=native" -DSIMD_SHARED=ON
  • cmake --build build --parallel$(nproc)
  • export LD_LIBRARY_PATH="$(pwd)/build:${LD_LIBRARY_PATH}" && ./build/Test "-r=." -fi=DescrIntDecode32f -tt=1 -ts=1
  • aarch64-linux-gnu-g++ -std=c++17 -O2 -I./src -march=armv9-a+sve2 -msve-vector-bits=scalable -c src/Simd/SimdSve2DescrIntDec.cpp -o /tmp/SimdSve2DescrIntDec.o
  • aarch64-linux-gnu-g++ -std=c++17 -O2 -I./src -march=armv9-a+sve2 -msve-vector-bits=scalable -c src/Simd/SimdSve2DescrInt.cpp -o /tmp/SimdSve2DescrInt.o
  • python3 packed-depth extraction formula check for depths 4 through 7.
Open in Web Open in Cursor 

Co-authored-by: Ihar Yermalayeu <ermig1979@gmail.com>
@ermig1979 ermig1979 marked this pull request as ready for review June 18, 2026 08:46
@ermig1979 ermig1979 merged commit 61f3c94 into dev Jun 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants