"docs/source/en/optimization/mps.mdx" did not exist on "78744b6a8f3c9dd4800e1b279cc37930dfd77048"
Commit 2b7bbd34 authored by Rostyslav Geyyer's avatar Rostyslav Geyyer
Browse files

Update cmakelists

parent aaf28b2e
......@@ -44,7 +44,7 @@ if(GPU_TARGETS MATCHES "gfx1100" OR GPU_TARGETS MATCHES "gfx1101" OR GPU_TARGETS
add_dependencies(example_gemm_wmma example_gemm_wmma_fp16)
endif()
if(NOT GPU_TARGETS MATCHES "gfx940")
if(GPU_TARGETS MATCHES "gfx940" OR GPU_TARGETS MATCHES "gfx941" OR GPU_TARGETS MATCHES "gfx942")
add_example_executable(example_gemm_xdl_f8 gemm_xdl_f8.cpp)
add_dependencies(example_gemm_xdl example_gemm_xdl_f8)
endif()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment