File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- 8345289ded788f4df79f59df76df0c0437c3df64
1
+ f06563a5c0d239a6b98f74db522681613254ad08
Original file line number Diff line number Diff line change @@ -656,7 +656,8 @@ struct LowerToTileVectorPass
656
656
// transpose or braodcast semantic etc.
657
657
vector::populateVectorTransferPermutationMapLoweringPatterns (secondPattern);
658
658
// Remove unnessary broadcast operation
659
- vector::populateSinkVectorBroadcastPatterns (secondPattern);
659
+ // TODO: disable this pattern until the following support is ready
660
+ // vector::populateSinkVectorBroadcastPatterns(secondPattern);
660
661
// Second fold (with the help of the `applyPatternsAndFoldGreedily`
661
662
// function) can help us to eliminate redundant operation like consecutive
662
663
// read and write.
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ build_llvm() {
163
163
get_llvm () {
164
164
if [ ! -z " $DEV_BUILD " ]; then
165
165
mkdir -p " $EXTERNALS_DIR "
166
+ cd " $EXTERNALS_DIR "
166
167
build_llvm
167
168
cd " $PROJECT_DIR "
168
169
return 0
You can’t perform that action at this time.
0 commit comments