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
yangql
composable_kernel-1
Commits
594f1dbe
Unverified
Commit
594f1dbe
authored
Jul 27, 2021
by
Chao Liu
Committed by
GitHub
Jul 27, 2021
Browse files
Merge pull request #1 from ROCmSoftwarePlatform/some_fix_210727
fix building issue
parents
f63a23ac
6a1bc593
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
host/online_compilation/CMakeLists.txt
host/online_compilation/CMakeLists.txt
+1
-1
No files found.
host/online_compilation/CMakeLists.txt
View file @
594f1dbe
...
@@ -76,8 +76,8 @@ include_directories(BEFORE
...
@@ -76,8 +76,8 @@ include_directories(BEFORE
message
(
STATUS
"Hip compiler flags:
${
HIP_COMPILER_FLAGS
}
"
)
message
(
STATUS
"Hip compiler flags:
${
HIP_COMPILER_FLAGS
}
"
)
## HIP_COMPILER_FLAGS will be used for on-line compiling of the HIP kernels
## HIP_COMPILER_FLAGS will be used for on-line compiling of the HIP kernels
add_definitions
(
"-DHIP_COMPILER_FLAGS=
${
HIP_COMPILER_FLAGS
}
"
)
set
(
HIP_COMPILER_FLAGS
"
${
HIP_COMPILER_FLAGS
}
${
HIP_ONLINE_COMPILER_FLAGS
}
"
)
set
(
HIP_COMPILER_FLAGS
"
${
HIP_COMPILER_FLAGS
}
${
HIP_ONLINE_COMPILER_FLAGS
}
"
)
add_definitions
(
"-DHIP_COMPILER_FLAGS=
${
HIP_COMPILER_FLAGS
}
"
)
file
(
GLOB_RECURSE COMPOSABLE_KERNEL_INCLUDE_1
"
${
PROJECT_SOURCE_DIR
}
/composable_kernel/include/*/*.hpp"
)
file
(
GLOB_RECURSE COMPOSABLE_KERNEL_INCLUDE_1
"
${
PROJECT_SOURCE_DIR
}
/composable_kernel/include/*/*.hpp"
)
file
(
GLOB COMPOSABLE_KERNEL_INCLUDE_2
"
${
PROJECT_SOURCE_DIR
}
/external/rocm/include/bfloat16_dev.hpp"
)
file
(
GLOB COMPOSABLE_KERNEL_INCLUDE_2
"
${
PROJECT_SOURCE_DIR
}
/external/rocm/include/bfloat16_dev.hpp"
)
...
...
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