Files
vllm/csrc/libtorch_stable/ops.h
2026-03-19 11:27:26 -04:00

10 lines
254 B
C

#pragma once
#include <torch/csrc/stable/library.h>
#include <torch/csrc/stable/tensor.h>
#ifndef USE_ROCM
torch::stable::Tensor permute_cols(torch::stable::Tensor const& A,
torch::stable::Tensor const& perm);
#endif