remora::bindings::detail::block< T > Struct Template Reference

#include <shark/LinAlg/BLAS/kernels/default/simd.hpp>

Static Public Attributes

static const std::size_t max_vector_elements = REMORA_VECTOR_LENGTH/sizeof(T)
 
static const std::size_t vector_elements = 1
 
static const std::size_t align = 64
 

Detailed Description

template<class T>
struct remora::bindings::detail::block< T >

Definition at line 57 of file simd.hpp.

Member Data Documentation

◆ align

template<class T >
const std::size_t remora::bindings::detail::block< T >::align = 64
static

Definition at line 70 of file simd.hpp.

◆ max_vector_elements

template<class T >
const std::size_t remora::bindings::detail::block< T >::max_vector_elements = REMORA_VECTOR_LENGTH/sizeof(T)
static

Definition at line 58 of file simd.hpp.

◆ vector_elements

template<class T >
const std::size_t remora::bindings::detail::block< T >::vector_elements = 1
static

Definition at line 67 of file simd.hpp.


The documentation for this struct was generated from the following file: