This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09bd497
commit bba4180
Showing
5 changed files
with
20 additions
and
667 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 3 additions & 8 deletions
11
tests/integration/gemm/int4_dequantization_bias/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
get_filename_component(ProjectId ${CMAKE_CURRENT_SOURCE_DIR} NAME) | ||
string(REPLACE " " "_" ProjectId ${ProjectId}) | ||
set(ProjectIdClient ${ProjectId}) | ||
set(ProjectIdXe ${ProjectId}) | ||
string(PREPEND ProjectIdClient "gemm_client_") | ||
string(PREPEND ProjectIdXe "gemm_xe_") | ||
string(PREPEND ProjectIdClient "gemm_") | ||
|
||
FILE(GLOB src_client main_client.cpp) | ||
add_integration_test(${ProjectIdClient} ${src_client}) | ||
FILE(GLOB src_xe main_xe.cpp) | ||
add_integration_test(${ProjectIdXe} ${src_xe}) | ||
FILE(GLOB src main.cpp) | ||
add_integration_test(${ProjectId} ${src}) |
File renamed without changes.
Oops, something went wrong.