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
gaoqiong
composable_kernel
Commits
2af9e01c
"docs/git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "cb736df85480f034c64986624e9e58ebc18367f7"
Commit
2af9e01c
authored
Aug 18, 2022
by
Adam Osewski
Browse files
Compile int4 UT only when int4 enabled.
parent
3d747cb3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
test/data_type/CMakeLists.txt
test/data_type/CMakeLists.txt
+4
-2
No files found.
test/data_type/CMakeLists.txt
View file @
2af9e01c
add_gtest_executable
(
test_int4 int4.cpp
)
target_link_libraries
(
test_int4 PRIVATE utility
)
if
(
USE_BITINT_EXTENSION_INT4
)
add_gtest_executable
(
test_int4 int4.cpp
)
target_link_libraries
(
test_int4 PRIVATE utility
)
endif
()
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