/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/utility/debug.hpp Source File#
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'
46 // debug::print_shared(a_block_buf.p_data_, index_t(a_block_desc_k0_m_k1.GetElementSpaceSize()));
__device__ void print_shared(T const *p_shared, index_t num_elements)
Definition: debug.hpp:49
Definition: ck.hpp:267
float type
Definition: debug.hpp:18
__host__ static __device__ void Print(const T &p)
Definition: debug.hpp:19
int type
Definition: debug.hpp:35
__host__ static __device__ void Print(const T &p)
Definition: debug.hpp:36
__host__ static __device__ void Print(const ck::half_t &p)
Definition: debug.hpp:26
Definition: debug.hpp:13