This website requires JavaScript.
Explore
Help
Register
Sign In
biondizzle
/
vllm
Watch
1
Star
0
Fork
0
You've already forked vllm
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
18bfcdd05c657e6997b132488e6f4e74307d6cee
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