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
8da3dfff
Commit
8da3dfff
authored
Oct 24, 2023
by
Artur Wojcik
Browse files
Merge branch 'develop' into uif2-initial
parents
c5138aa1
bec84efb
Changes
24
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
test/data_type/CMakeLists.txt
test/data_type/CMakeLists.txt
+3
-3
test/data_type/test_bf8.cpp
test/data_type/test_bf8.cpp
+0
-0
test/data_type/test_fp8.cpp
test/data_type/test_fp8.cpp
+0
-0
test/data_type/test_int4.cpp
test/data_type/test_int4.cpp
+0
-0
No files found.
test/data_type/CMakeLists.txt
View file @
8da3dfff
if
(
USE_BITINT_EXTENSION_INT4
)
add_gtest_executable
(
test_int4 int4.cpp
)
add_gtest_executable
(
test_int4
test_
int4.cpp
)
if
(
result EQUAL 0
)
target_link_libraries
(
test_int4 PRIVATE utility
)
endif
()
endif
()
add_gtest_executable
(
test_fp8 fp8.cpp
)
add_gtest_executable
(
test_fp8
test_
fp8.cpp
)
if
(
result EQUAL 0
)
target_link_libraries
(
test_fp8 PRIVATE utility
)
endif
()
add_gtest_executable
(
test_bf8 bf8.cpp
)
add_gtest_executable
(
test_bf8
test_
bf8.cpp
)
if
(
result EQUAL 0
)
target_link_libraries
(
test_bf8 PRIVATE utility
)
endif
()
...
...
test/data_type/bf8.cpp
→
test/data_type/
test_
bf8.cpp
View file @
8da3dfff
File moved
test/data_type/fp8.cpp
→
test/data_type/
test_
fp8.cpp
View file @
8da3dfff
File moved
test/data_type/int4.cpp
→
test/data_type/
test_
int4.cpp
View file @
8da3dfff
File moved
Prev
1
2
Next
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