This website requires JavaScript.
Explore
Help
Register
Sign In
20231088
/
vllm
Watch
1
Star
0
Fork
0
You've already forked vllm
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
vllm
/
csrc
/
cuda_utils.h
8 lines
109 B
C
Raw
Normal View
History
Unescape
Escape
Avoid multiple redefinition (#1817)
2023-12-14 12:35:58 -05:00
#
pragma once
[Build] Avoid building too many extensions (#1624)
2023-11-23 16:31:19 -08:00
#
include
<torch/extension.h>
int
get_device_attribute
(
int
attribute
,
int
device_id
)
;
Reference in New Issue
Copy Permalink