include/ck/utility/debug.hpp File Reference

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

Composable Kernel: include/ck/utility/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 std::enable_if< std::is_floating_point< T >::value >::type >
 
struct  ck::debug::detail::PrintAsType< ck::half_t, void >
 
struct  ck::debug::detail::PrintAsType< T, typename std::enable_if< std::is_integral< T >::value >::type >
 

Namespaces

 ck
 
 ck::debug
 
 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)