Merge commit '2220cbaba75892de5780f8f556554ee92ba19e29' into develop

This commit is contained in:
assistant-librarian[bot]
2025-12-19 02:47:04 +00:00
parent 75ed7d9d77
commit c5b29a6cbe
4 changed files with 309 additions and 314 deletions

View File

@@ -20,6 +20,7 @@ if(has_supported_gpu)
if(CK_USE_OCP_FP8)
list(APPEND EXAMPLE_FLATMM_COMPILE_OPTIONS -DCK_TILE_USE_OCP_FP8)
endif()
list(APPEND EXAMPLE_FLATMM_COMPILE_OPTIONS "SHELL: -mllvm -greedy-reverse-local-assignment=1")
add_executable(tile_example_flatmm_basic flatmm_basic.cpp)
target_compile_options(tile_example_flatmm_basic PRIVATE ${EXAMPLE_FLATMM_COMPILE_OPTIONS})