mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-18 03:49:41 +00:00
* Add a condition to build fp8 instances
* simplified buffer_load/store
* add bfp8/fp8
* fixed
* remove all f8/bf8 condition include folder
* fixed cmake conditions
* fixed DTYPES=fp16/bfp16
* fix
* fixed buffer_load
* fixed buffer_store
* fix
* clean example cmake files
* fixed ci
* fixed cit
---------
Co-authored-by: Rostyslav Geyyer <rosty.geyyer@amd.com>
Co-authored-by: Jing Zhang <jizha@amd.com>
[ROCm/composable_kernel commit: bf435140dc]
11 lines
467 B
CMake
11 lines
467 B
CMake
add_custom_target(example_permute)
|
|
|
|
add_example_executable(example_permute_1xHxW_fp16 permute_1xHxW_fp16.cpp)
|
|
add_example_dependencies(example_permute example_permute_1xHxW_fp16)
|
|
|
|
add_example_executable(example_permute_NxHxW_fp16 permute_NxHxW_fp16.cpp)
|
|
add_example_dependencies(example_permute example_permute_NxHxW_fp16)
|
|
|
|
add_example_executable(example_permute_HxWx4_fp16 permute_HxWx4_fp16.cpp)
|
|
add_example_dependencies(example_permute example_permute_HxWx4_fp16)
|