Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
ffad4e1e
Commit
ffad4e1e
authored
Feb 16, 2023
by
Woosuk Kwon
Browse files
cache_kernel -> cache_kernels
parent
6d2f74ef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
csrc/cache_kernels.cu
csrc/cache_kernels.cu
+0
-0
setup.py
setup.py
+1
-1
No files found.
csrc/cache_kernel.cu
→
csrc/cache_kernel
s
.cu
View file @
ffad4e1e
File moved
setup.py
View file @
ffad4e1e
...
...
@@ -10,7 +10,7 @@ ext_modules = []
# Cache operations.
cache_extension
=
cpp_extension
.
CUDAExtension
(
name
=
'cacheflow.ops'
,
sources
=
[
'csrc/cache.cpp'
,
'csrc/cache_kernel.cu'
],
sources
=
[
'csrc/cache.cpp'
,
'csrc/cache_kernel
s
.cu'
],
extra_compile_args
=
{
'cxx'
:
CXX_FLAGS
,
'nvcc'
:
NVCC_FLAGS
},
)
ext_modules
.
append
(
cache_extension
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment