vectorization

Tag

Cards List
#vectorization

Accelerating NeurASP with vectorization and caching

arXiv cs.AI · 3d ago Cached

This paper accelerates the NeurASP neurosymbolic AI framework by implementing vectorization, batch processing, and caching, achieving multiple orders of magnitude speedup on larger tasks.

0 favorites 0 likes
#vectorization

Accelerating std::copy_if using SIMD

Lobsters Hottest · 2026-05-26 Cached

Blog post analyzing and implementing a SIMD-accelerated version of std::copy_if using AVX-512 instructions on AMD Zen 4, with performance analysis and comparisons to compiler auto-vectorization.

0 favorites 0 likes
#vectorization

The fastest way to match characters on ARM processors?

Lobsters Hottest · 2026-04-19 Cached

This article explores the fastest methods for matching characters on ARM processors using SIMD instructions, comparing traditional NEON approaches with newer SVE2 capabilities available on modern ARM chips like AWS Graviton4, Google Axion, and others.

0 favorites 0 likes
← Back to home

Submit Feedback