mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
support max3 in smoothquant and add+ rmsnorm + rdquant (#1654)
* Fix cmake example build * Support max3 in smoothquant one pass * support max3 in two pass * support max3 in add_rmsnorm_rdquant
This commit is contained in:
@@ -18,7 +18,7 @@ function (add_smoothquant_example TARGET_NAME MAIN_SRC)
|
||||
target_compile_options(${TARGET_NAME} PRIVATE ${COMPILE_OPTIONS})
|
||||
endfunction(add_smoothquant_example TARGET_NAME MAIN_SRC)
|
||||
|
||||
file(GLOB INSTANCE_SRCS instances/*.cpp)
|
||||
|
||||
add_smoothquant_example(tile_smoothquant smoothquant.cpp ${INSTANCE_SRCS})
|
||||
add_smoothquant_example(tile_example_smoothquant example_smoothquant.cpp)
|
||||
file(GLOB INSTANCE_SRCS instances/*.cpp)
|
||||
add_smoothquant_example(tile_smoothquant smoothquant.cpp ${INSTANCE_SRCS})
|
||||
|
||||
Reference in New Issue
Block a user