Gromacs  2026.0-dev-20251119-5f0a571d
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Static Public Attributes
detail::UnderlyingType< T > Struct Template Reference

#include <gromacs/gpu_utils/sycl_kernel_utils.h>

Description

template<typename T>
struct detail::UnderlyingType< T >

Type trait for implementing StaticLocalStorage.

Specializations of this type allow non-trivial vector-style types to work with work_group_static (which requires that the type of its array is trivial).

Public Types

using Type = T
 

Static Public Attributes

static constexpr size_t sc_valueTypeMultiple = 1
 

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