mirror of
https://github.com/wassname/vllm.git
synced 2026-07-09 06:08:03 +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);
|