Commit ce8c840f authored by Jakub Piasecki's avatar Jakub Piasecki
Browse files

minor ifx

parent 2ed2963b
......@@ -3,7 +3,7 @@ include_directories(AFTER
)
add_subdirectory(03_gemm)
if (NOT SUPPORTED_GPU_TARGETS MATCHES "gfx94")
if (SUPPORTED_GPU_TARGETS MATCHES "gfx94")
add_subdirectory(01_fmha)
add_subdirectory(02_layernorm2d)
add_subdirectory(04_img2col)
......
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