flash-mla / csrc /api /api_impl.cu
medmekk's picture
Upload folder using huggingface_hub
ccef021 verified
// This file includes the API headers to compile the interface functions
// The functions are declared in headers but implemented inline, so we need
// to include them here to generate the actual function definitions
#include "sparse_fwd.h"
#include "sparse_decode.h"
#include "dense_decode.h"
#include "dense_fwd.h"