commit | 4c7e06af5d1173d5e4a1049604b990520fed00a5 | [log] [tgz] |
---|---|---|
author | Thomas <thomasraoux@google.com> | Fri Sep 16 12:29:29 2022 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 16 19:29:29 2022 +0000 |
tree | 7ca579833b943891a038b356de6c6d0c5df2b3dd | |
parent | 250725b11b37025077fd1264eeaf4f2652f0d038 [diff] |
fix gcc build (#10450)
diff --git a/compiler/src/iree/compiler/Codegen/Common/GPUDistributeSharedMemoryCopy.cpp b/compiler/src/iree/compiler/Codegen/Common/GPUDistributeSharedMemoryCopy.cpp index 2dc4b7f..3c02c82 100644 --- a/compiler/src/iree/compiler/Codegen/Common/GPUDistributeSharedMemoryCopy.cpp +++ b/compiler/src/iree/compiler/Codegen/Common/GPUDistributeSharedMemoryCopy.cpp
@@ -241,7 +241,8 @@ linalg::LinalgTransformationFilter( {StringAttr::get(patterns.getContext(), getCopyToWorkgroupMemoryMarker()), - StringAttr::get(patterns.getContext(), kCopyDistributed)})); + StringAttr::get(patterns.getContext(), kCopyDistributed)}, + llvm::None)); } /// Return a flattened Id Value by combining the 3D gpu thread IDs.