Skip to content

Commit

Permalink
misc: remove unused includes (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 authored Oct 8, 2024
1 parent 3613a5b commit 20265d6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/flashinfer/attention/decode.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,10 @@
#include <cuda_fp8.h>
#include <cuda_runtime.h>

#include <cstddef>
#include <cuda/pipeline>
#include <iostream>
#include <optional>
#include <random>

#include "../cp_async.cuh"
#include "../layout.cuh"
#include "../math.cuh"
#include "../page.cuh"
#include "../pos_enc.cuh"
#include "../utils.cuh"
#include "../vec_dtypes.cuh"
Expand Down

0 comments on commit 20265d6

Please sign in to comment.