Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_tools/llvm_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d83fdd0c25dc0377ce4f6ef52859e0af108b2214
2a80a9d52ee17a2a3188f52a3befcb2e8ed57ae6
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ module attributes {gpu.container_module} {
%cst_2 = arith.constant dense<32> : vector<32xindex>
%c1024 = arith.constant 1024 : index
%block_id_y = gpu.block_id y
// TODO: Remove explicit layout once #1641 is resolved.
%0 = vector.step {layout_result_0 = #xegpu.slice<#xegpu.layout<sg_layout = [32, 1], sg_data = [1, 1]>, dims = [1]>} : vector<32xindex>
%0 = vector.step : vector<32xindex>
%1 = arith.muli %0, %cst_2 : vector<32xindex>
%2 = vector.step : vector<32xindex>
%3 = vector.shape_cast %1 : vector<32xindex> to vector<32x1xindex>
Expand Down
Loading