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
0aa23587
Unverified
Commit
0aa23587
authored
Dec 31, 2024
by
Muhammed Emin Ozturk
Committed by
GitHub
Dec 31, 2024
Browse files
Update library/src/tensor_operation_instance/gpu/CMakeLists.txt
Co-authored-by:
afagaj
<
john.afaganis@gmail.com
>
parent
865e9593
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
library/src/tensor_operation_instance/gpu/CMakeLists.txt
library/src/tensor_operation_instance/gpu/CMakeLists.txt
+2
-2
No files found.
library/src/tensor_operation_instance/gpu/CMakeLists.txt
View file @
0aa23587
...
@@ -184,8 +184,8 @@ FOREACH(subdir_path ${dir_list})
...
@@ -184,8 +184,8 @@ FOREACH(subdir_path ${dir_list})
set
(
add_inst 1
)
set
(
add_inst 1
)
endif
()
endif
()
if
((
"
${
cmake_instance
}
"
MATCHES
"_bf16"
OR
"
${
cmake_instance
}
"
MATCHES
"_b16"
)
AND DTYPES MATCHES
"bf16"
)
if
((
"
${
cmake_instance
}
"
MATCHES
"_bf16"
OR
"
${
cmake_instance
}
"
MATCHES
"_b16"
)
AND DTYPES MATCHES
"bf16"
)
message
(
"bf16 instance found!"
)
message
(
"bf16 instance found!"
)
set
(
add_inst 1
)
set
(
add_inst 1
)
endif
()
endif
()
if
((
"
${
cmake_instance
}
"
MATCHES
"_fp16"
OR
"
${
cmake_instance
}
"
MATCHES
"_f16"
)
AND DTYPES MATCHES
"fp16"
)
if
((
"
${
cmake_instance
}
"
MATCHES
"_fp16"
OR
"
${
cmake_instance
}
"
MATCHES
"_f16"
)
AND DTYPES MATCHES
"fp16"
)
message
(
"fp16 instance found!"
)
message
(
"fp16 instance found!"
)
...
...
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