Skip to content

Commit 94fb4ef

Browse files
committed
replace iostream with sstream
1 parent c0a134f commit 94fb4ef

File tree

1 file changed

+1
-1
lines changed
  • libflashinfer/include/flashinfer/attention/generic

1 file changed

+1
-1
lines changed

libflashinfer/include/flashinfer/attention/generic/decode.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef FLASHINFER_DECODE_CUH_
77
#define FLASHINFER_DECODE_CUH_
88

9-
#include <iostream>
9+
#include <sstream>
1010

1111
#include "cascade.cuh"
1212
#include "gpu_iface/cooperative_groups.h"

0 commit comments

Comments
 (0)