include/ck/utility/array.hpp File Reference

include/ck/utility/array.hpp File Reference#

Composable Kernel: include/ck/utility/array.hpp File Reference
array.hpp File Reference
#include "functional2.hpp"
#include "sequence.hpp"

Go to the source code of this file.

Classes

struct  ck::Array< TData, NSize >
 
struct  ck::Array< TData, 0 >
 

Namespaces

 ck
 

Functions

template<typename X , typename... Xs>
__host__ constexpr __device__ auto ck::make_array (X &&x, Xs &&... xs)
 
template<typename X >
__host__ constexpr __device__ auto ck::make_array ()