vllm/csrc/cuda_utils.h

6 lines
95 B
C
Raw Normal View History

#include <torch/extension.h>
int get_device_attribute(
int attribute,
int device_id);