3#include <cuda_runtime.h>
18 template<
typename TargetType,
typename HostType>
21 template<
typename TargetType,
typename HostType>
Definition CublasLt.Utils.ixx:15
void launch_array_fill_typed(void *dst, const HostType *host_values, size_t count, cudaStream_t stream)
void launch_constant_fill_typed(void *dst, size_t count, HostType host_value, cudaStream_t stream)
Templated fill operations with compile-time type dispatch.