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