mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-19 20:40:07 +00:00
* Add example for computing LayerNorm mean and meansquare * Refactor the pool2d_fwd example and add example for float type testing * Revert "Add example for computing LayerNorm mean and meansquare" This reverts commitdf52e6f9d8. * Tiny fix in pool2d_fwd_common.hpp [ROCm/composable_kernel commit:97c4d486f4]
4 lines
137 B
CMake
4 lines
137 B
CMake
add_example_executable(example_pool2d_fwd_fp16 pool2d_fwd_fp16.cpp)
|
|
add_example_executable(example_pool2d_fwd_fp32 pool2d_fwd_fp32.cpp)
|
|
|