Skip to content

Commit 105828e

Browse files
author
ThomasNing
committed
disable the gfx90a
1 parent f211156 commit 105828e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/ck_tile/17_grouped_gemm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
22
# SPDX-License-Identifier: MIT
33

4-
if(GPU_TARGETS MATCHES "gfx94|gfx95|gfx90a")
4+
if(GPU_TARGETS MATCHES "gfx94|gfx95")
55
add_executable(tile_example_grouped_gemm grouped_gemm.cpp)
66
add_executable(tile_example_quant_grouped_gemm quant_grouped_gemm.cpp)
77
add_executable(tile_example_grouped_gemm_preshuffle grouped_gemm_preshuffle.cpp)

0 commit comments

Comments
 (0)