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