Go to the source code of this file.
|
| 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) |