mirror of
https://github.com/wassname/vllm.git
synced 2026-06-29 19:33:53 +08:00
6 lines
160 B
C
6 lines
160 B
C
#pragma once
|
|
|
|
int64_t get_device_attribute(int64_t attribute, int64_t device_id);
|
|
|
|
int64_t get_max_shared_memory_per_block_device_attribute(int64_t device_id);
|