/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/utility/debug.hpp File Reference

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/utility/debug.hpp File Reference#

Composable Kernel: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/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)
 
template<auto... val>
constexpr void ck::debug::CK_PRINT ()