paperHZ
Results
1
issues of
paperHZ
Hi, I'm trying to use the MLA C++ API from FlashInfer but encountered some issues. I referenced src/bench_batch_decode.cu to use the `flashinfer::BatchDecodeWithPagedKVCacheWrapperMLA` interface. Here’s how I implemented it: ``` 1....