mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 05:25:00 +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);
|