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
1ec96717
"vscode:/vscode.git/clone" did not exist on "7c994f2bb13e1e46e76aabc994c37ee2e66f2886"
Commit
1ec96717
authored
Apr 25, 2023
by
Alan Turner
Browse files
Renaming and fix top level cmakelists
parent
600a9870
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
CMakeLists.txt
CMakeLists.txt
+4
-2
library/src/jit_library/CMakeLists.txt
library/src/jit_library/CMakeLists.txt
+1
-1
library/src/jit_library/include/device_gemm_multiple_d.hpp
library/src/jit_library/include/device_gemm_multiple_d.hpp
+0
-0
No files found.
CMakeLists.txt
View file @
1ec96717
...
...
@@ -288,15 +288,17 @@ if (NOT CK_BUILD_JIT_LIB)
add_subdirectory
(
example
)
add_subdirectory
(
test
)
add_subdirectory
(
profiler
)
else
()
add_subdirectory
(
library
)
else
()
rocm_package_setup_component
(
jit_library
LIBRARY_NAME composablekernel
PACKAGE_NAME jit_library
)
endif
()
add_subdirectory
(
library
)
#Create an interface target for the include only files and call it "composablekernels"
include
(
CMakePackageConfigHelpers
)
...
...
library/src/jit_library/CMakeLists.txt
View file @
1ec96717
...
...
@@ -11,7 +11,7 @@ execute_process(
set
(
JIT_LIB_SOURCE
${
CMAKE_CURRENT_SOURCE_DIR
}
/include/device_gemm_multiple_d
_xdlop_cshuffle
.hpp
${
CMAKE_CURRENT_SOURCE_DIR
}
/include/device_gemm_multiple_d.hpp
)
add_library
(
jit_library STATIC
${
JIT_LIB_SOURCE
}
)
...
...
library/src/jit_library/include/device_gemm_multiple_d
_xdlop_cshuffle
.hpp
→
library/src/jit_library/include/device_gemm_multiple_d.hpp
View file @
1ec96717
File moved
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