Composable Kernel: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/docs-6.4.2/include/ck/utility/dynamic_buffer.hpp File Reference
Go to the source code of this file.
|
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) |
|