include/ck/utility/dynamic_buffer.hpp File Reference

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

Composable Kernel: include/ck/utility/dynamic_buffer.hpp File Reference
dynamic_buffer.hpp File Reference

Go to the source code of this file.

Classes

struct  ck::DynamicBuffer< BufferAddressSpace, T, ElementSpaceSize, InvalidElementUseNumericalZeroValue, coherence >
 

Namespaces

 ck
 

Functions

template<AddressSpaceEnum BufferAddressSpace, AmdBufferCoherenceEnum coherence = AmdBufferCoherenceEnum::DefaultCoherence, typename T , typename ElementSpaceSize >
__host__ constexpr __device__ auto ck::make_dynamic_buffer (T *p, ElementSpaceSize element_space_size)
 
template<AddressSpaceEnum BufferAddressSpace, AmdBufferCoherenceEnum coherence = AmdBufferCoherenceEnum::DefaultCoherence, typename T , typename ElementSpaceSize , typename X , typename enable_if< is_same< remove_cvref_t< T >, remove_cvref_t< X >>::value, bool >::type = false>
__host__ constexpr __device__ auto ck::make_dynamic_buffer (T *p, ElementSpaceSize element_space_size, X invalid_element_value)