tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
Classes | Namespaces
kernel_helpers.h File Reference

Shared SIMD helper utilities for kernel operations. More...

#include "config.h"
#include "fused/microkernels/microkernel_base.h"
Include dependency graph for kernel_helpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  detail::KernelHelpers< T, Bits, Arch >
 

Namespaces

namespace  detail
 

Detailed Description

Shared SIMD helper utilities for kernel operations.

Contains cross-cutting helpers used by multiple kernel sub-modules (e.g., fmadd_safe used by both dot products and potentially reductions).