Files
VLA/csrc/rot_pos.h
T

7 lines
153 B
C
Raw Normal View History

#include <torch/extension.h>
torch::Tensor fused_rot_pos_emb_cuda(
torch::Tensor inv_freq,
torch::Tensor grid_thw,
int spatial_merge_size);