dynamic_buffer.hpp File Reference

dynamic_buffer.hpp File Reference#

Composable Kernel: 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, IndexType >

Namespaces

namespace  ck

Functions

template<AddressSpaceEnum BufferAddressSpace, AmdBufferCoherenceEnum coherence = AmdBufferCoherenceEnum::DefaultCoherence, typename T, typename ElementSpaceSize>
__host__ __device__ constexpr auto ck::make_dynamic_buffer (T *p, ElementSpaceSize element_space_size)
template<AddressSpaceEnum BufferAddressSpace, AmdBufferCoherenceEnum coherence = AmdBufferCoherenceEnum::DefaultCoherence, typename T, typename ElementSpaceSize>
__host__ __device__ constexpr auto ck::make_long_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__ __device__ constexpr auto ck::make_dynamic_buffer (T *p, ElementSpaceSize element_space_size, X invalid_element_value)