Skip to content

Commit

Permalink
#0: rename transpose compute kernel to xw from xh
Browse files Browse the repository at this point in the history
  • Loading branch information
sjameelTT committed Dec 12, 2024
1 parent b21db5a commit 515730e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ PermuteDeviceOperation::MultiCoreBlockedGeneric::create(
bool fp32_dest_acc_en = cb_data_format_output == tt::DataFormat::Float32;
auto compute_kernel_id = tt::tt_metal::CreateKernel(
program,
"ttnn/cpp/ttnn/operations/data_movement/permute/device/kernels/compute/transpose_xh_rm_single_tile_size.cpp",
"ttnn/cpp/ttnn/operations/data_movement/permute/device/kernels/compute/transpose_xw_rm_single_tile_size.cpp",
all_cores,
tt::tt_metal::ComputeConfig{
.fp32_dest_acc_en = fp32_dest_acc_en,
Expand Down

0 comments on commit 515730e

Please sign in to comment.