debug.hpp File Reference

debug.hpp File Reference#

Composable Kernel: debug.hpp File Reference
debug.hpp File Reference
#include "type.hpp"

Go to the source code of this file.

Classes

struct  ck::debug::detail::PrintAsType< T, typename enable_if< is_floating_point< T >::value >::type >
struct  ck::debug::detail::PrintAsType< ck::half_t, void >
struct  ck::debug::detail::PrintAsType< T, typename enable_if< is_integral< T >::value >::type >

Namespaces

namespace  ck
namespace  ck::debug
namespace  ck::debug::detail

Functions

template<typename T, index_t element_stride = 1, index_t row_bytes = 128>
__device__ void ck::debug::print_shared (T const *p_shared, index_t num_elements)
template<auto... val>
constexpr void ck::debug::CK_PRINT ()
template<typename... type>
constexpr void ck::debug::CK_PRINT ()