Nova-Prime-Kernels / crates /blitz-kernels /src /csrc /selective_scan /selective_scan_fwd_fp32.cu
Antigravity Agent
Blitz: Final 3.7x Artisan Source Sync
f6e23b0
raw
history blame contribute delete
486 Bytes
/******************************************************************************
* Copyright (c) 2023, Tri Dao.
******************************************************************************/
// Split into multiple files to compile in paralell
#include "selective_scan_fwd_kernel.cuh"
template void selective_scan_fwd_cuda<float, float>(SSMParamsBase &params, cudaStream_t stream);
template void selective_scan_fwd_cuda<float, complex_t>(SSMParamsBase &params, cudaStream_t stream);