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_ROCM
Commits
04f60287
"symphony/vscode:/vscode.git/clone" did not exist on "b2696fc5d11073d1ee3da051799b06f015017b8c"
Commit
04f60287
authored
Jan 16, 2025
by
Aviral Goel
Browse files
fixed typo in the comments
parent
1c3ec56d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
CMakeLists.txt
CMakeLists.txt
+1
-3
example/CMakeLists.txt
example/CMakeLists.txt
+1
-1
test/CMakeLists.txt
test/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
04f60287
...
...
@@ -537,12 +537,10 @@ endif()
add_custom_target
(
check COMMAND
${
CMAKE_CTEST_COMMAND
}
--output-on-failure -C
${
CMAKE_CFG_INTDIR
}
)
# make smoke runs the tests and examples that runs within 30 seconds on gfx90a
add_custom_target
(
smoke COMMAND
${
CMAKE_CTEST_COMMAND
}
--output-on-failure -C
${
CMAKE_CFG_INTDIR
}
-L
"SMOKE_TEST"
)
# make regression runs the tests and examples that runs
within
30 seconds on gfx90a
# make regression runs the tests and examples that runs
for more
30 seconds on gfx90a
add_custom_target
(
regression COMMAND
${
CMAKE_CTEST_COMMAND
}
--output-on-failure -C
${
CMAKE_CFG_INTDIR
}
-L
"REGRESSION_TEST"
)
file
(
GLOB_RECURSE INSTANCE_FILES
"
${
PROJECT_SOURCE_DIR
}
/*/device_*_instance.cpp"
)
file
(
GLOB dir_list RELATIVE
${
PROJECT_SOURCE_DIR
}
/library/src/tensor_operation_instance/gpu
${
PROJECT_SOURCE_DIR
}
/library/src/tensor_operation_instance/gpu/*
)
set
(
CK_DEVICE_INSTANCES
)
...
...
example/CMakeLists.txt
View file @
04f60287
...
...
@@ -6,7 +6,7 @@ include_directories(BEFORE
add_custom_target
(
examples
)
# list of examples that are labelled as REGRESSION_EXAMPLE for make regression (runtime
less
than 30 seconds)
# list of examples that are labelled as REGRESSION_EXAMPLE for make regression (runtime
more
than 30 seconds)
# all other tests are labelled as SMOKE_EXAMPLE
set
(
REGRESSION_EXAMPLES
example_sparse_embedding3_forward_layernorm
...
...
test/CMakeLists.txt
View file @
04f60287
...
...
@@ -7,7 +7,7 @@ include(gtest)
add_custom_target
(
tests
)
# list of tests that are labelled as REGRESSION_TEST for make regression (runtime
less
than 30 seconds)
# list of tests that are labelled as REGRESSION_TEST for make regression (runtime
more
than 30 seconds)
# all other tests are labelled as SMOKE_TEST
set
(
REGRESSION_TESTS
test_gemm_standalone_xdl_fp16
...
...
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