mirror of
https://github.com/deepseek-ai/FlashMLA
synced 2025-06-26 18:15:54 +00:00
6 lines
122 B
C
6 lines
122 B
C
#pragma once
|
|
|
|
#include "flash_mla.h"
|
|
|
|
void run_get_mla_metadata_kernel(Mla_metadata_params ¶ms, cudaStream_t stream);
|