mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 21:51:28 +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 commit df52e6f9d8.
* Tiny fix in pool2d_fwd_common.hpp
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)
|
|
|