Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
amd gpu config
Browse files Browse the repository at this point in the history
  • Loading branch information
OuadiElfarouki committed Sep 13, 2023
1 parent 5ca942c commit 0c8ab21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CmakeFunctionHelper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ elseif(${TUNING_TARGET} STREQUAL "AMD_GPU") # need investigation
foreach(data ${data_list_c})
add_gemm_configuration(
"${data}" 256 "true" "true" "true"
64 1 4 8 8 1 1 1 1 1 1 1 1 1 float float "local" "tall_skinny" "none" 2 "strided" "false")
64 1 4 8 8 1 1 1 1 1 1 1 1 1 float float "local" "tall_skinny" "none" 1 "strided" "false")
add_gemm_configuration(
"${data}" 256 "false" "false" "false"
64 1 1 8 8 1 1 1 1 1 1 1 1 1 float float "local" "standard" "full" 1 "strided" "false")
Expand Down

0 comments on commit 0c8ab21

Please sign in to comment.