mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-11 00:05:52 +08:00
6 lines
95 B
C
6 lines
95 B
C
#include <torch/extension.h>
|
|
|
|
int get_device_attribute(
|
|
int attribute,
|
|
int device_id);
|