array.hpp File Reference

array.hpp File Reference#

Composable Kernel: 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

namespace  ck

Functions

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