debug.hpp Source File#
utility/debug.hpp
Go to the documentation of this file.
40// Print at runtime the data in shared memory in 128 bytes per row format given shared mem pointer
41// and the number of elements. Can optionally specify strides between elements and how many bytes'
Definition utility/debug.hpp:11
Definition utility/debug.hpp:9
__device__ void print_shared(T const *p_shared, index_t num_elements)
Definition utility/debug.hpp:49
Definition ck.hpp:268
ck::debug::detail::PrintAsType< T, typename enable_if< is_floating_point< T >::value >::type >::type
float type
Definition utility/debug.hpp:18
__host__ static __device__ void Print(const T &p)
Definition utility/debug.hpp:19
__host__ static __device__ void Print(const T &p)
Definition utility/debug.hpp:36
int type
Definition utility/debug.hpp:35
__host__ static __device__ void Print(const ck::half_t &p)
Definition utility/debug.hpp:26
Definition utility/debug.hpp:13
Definition type.hpp:187
Definition type.hpp:206