collaborators

7 papers

cs.LG2025

Vectorized FlashAttention with Low-cost Exponential Computation in RISC-V Vector Processors

Vasileios Titopoulos, Kosmas Alexandridis, Giorgos Dimitrakopoulos

Attention is a core operation in numerous machine learning and artificial intelligence models. This work focuses on the acceleration of attention kernel using FlashAttention algori…

cs.LG2025

Custom Algorithm-based Fault Tolerance for Attention Layers in Transformers

Vasileios Titopoulos, Kosmas Alexandridis, Giorgos Dimitrakopoulos

Transformers and large language models (LLMs), powered by the attention mechanism, have transformed numerous AI applications, driving the need for specialized hardware accelerators…

cs.AR2025

Low-Cost FlashAttention with Fused Exponential and Multiplication Hardware Operators

Kosmas Alexandridis, Vasileios Titopoulos, Giorgos Dimitrakopoulos

Attention mechanisms, particularly within Transformer architectures and large language models (LLMs), have revolutionized sequence modeling in machine learning and artificial intel…

cs.AR2025

Efficient Implementation of RISC-V Vector Permutation Instructions

Vasileios Titopoulos, George Alexakis, Chrysostomos Nicopoulos +1

RISC-V CPUs leverage the RVV (RISC-V Vector) extension to accelerate data-parallel workloads. In addition to arithmetic operations, RVV includes powerful permutation instructions t…

cs.LG2025

FLASH-D: FlashAttention with Hidden Softmax Division

Kosmas Alexandridis, Vasileios Titopoulos, Giorgos Dimitrakopoulos

The transformer's attention mechanism has revolutionized AI and machine learning, with its efficient computation being crucial to its performance. However, calculating attention in…

cs.AR2025

Register Dispersion: Reducing the Footprint of the Vector Register File in Vector Engines of Low-Cost RISC-V CPUs

Vasileios Titopoulos, George Alexakis, Kosmas Alexandridis +2

The deployment of Machine Learning (ML) applications at the edge on resource-constrained devices has accentuated the need for efficient ML processing on low-cost processors. While…