Files
sglang/sgl-kernel/csrc/spatial/greenctx_stream.h

3 lines
114 B
C
Raw Normal View History

#include <vector>
std::vector<int64_t> create_greenctx_stream_by_value(int64_t smA, int64_t smB, int64_t device);