alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::GetWarpSizes< DevCpu > Struct Reference

The CPU device warp size get trait specialization. More...

#include <DevCpu.hpp>

Static Public Member Functions

static ALPAKA_FN_HOST auto getWarpSizes (DevCpu const &) -> std::vector< std::size_t >
 

Detailed Description

The CPU device warp size get trait specialization.

Definition at line 130 of file DevCpu.hpp.

Member Function Documentation

◆ getWarpSizes()

static ALPAKA_FN_HOST auto alpaka::trait::GetWarpSizes< DevCpu >::getWarpSizes ( DevCpu const &  ) -> std::vector<std::size_t>
inlinestatic

Definition at line 132 of file DevCpu.hpp.


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