[PyTorch] TensorImpl::is_non_overlapping_and_dense_ should default to true#48625
Closed
swolchok wants to merge 6 commits intogh/swolchok/24/basefrom
Closed
[PyTorch] TensorImpl::is_non_overlapping_and_dense_ should default to true#48625swolchok wants to merge 6 commits intogh/swolchok/24/basefrom
swolchok wants to merge 6 commits intogh/swolchok/24/basefrom
Conversation
… true The default TensorImpl is contiguous. Therefore, it is non-overlapping and dense per refresh_contiguous(). Differential Revision: [D25232196](https://our.internmc.facebook.com/intern/diff/D25232196/) [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 47b2524 (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
bhosmer
approved these changes
Nov 30, 2020
… default to true" The default TensorImpl is contiguous. Therefore, it is non-overlapping and dense per refresh_contiguous(). Differential Revision: [D25232196](https://our.internmc.facebook.com/intern/diff/D25232196/) [ghstack-poisoned]
… default to true" The default TensorImpl is contiguous. Therefore, it is non-overlapping and dense per refresh_contiguous(). Differential Revision: [D25232196](https://our.internmc.facebook.com/intern/diff/D25232196/) [ghstack-poisoned]
… default to true" The default TensorImpl is contiguous. Therefore, it is non-overlapping and dense per refresh_contiguous(). Differential Revision: [D25232196](https://our.internmc.facebook.com/intern/diff/D25232196/) [ghstack-poisoned]
swolchok
added a commit
that referenced
this pull request
Dec 3, 2020
… true Pull Request resolved: #48625 The default TensorImpl is contiguous. Therefore, it is non-overlapping and dense per refresh_contiguous(). ghstack-source-id: 117786248 Differential Revision: [D25232196](https://our.internmc.facebook.com/intern/diff/D25232196/)
… default to true" The default TensorImpl is contiguous. Therefore, it is non-overlapping and dense per refresh_contiguous(). Differential Revision: [D25232196](https://our.internmc.facebook.com/intern/diff/D25232196/) [ghstack-poisoned]
…_dense_ should default to true" The default TensorImpl is contiguous. Therefore, it is non-overlapping and dense per refresh_contiguous(). Differential Revision: [D25232196](https://our.internmc.facebook.com/intern/diff/D25232196/) [ghstack-poisoned]
Contributor
|
This pull request has been merged in a20d451. |
SS-JIA
pushed a commit
that referenced
this pull request
Dec 16, 2020
#48625 changes the default contiguous settings for TensorImpl. Therefore, refresh_contiguous() should be called in OpaqueTensorImpl to get the correct settings. [ghstack-poisoned]
SS-JIA
pushed a commit
that referenced
this pull request
Dec 16, 2020
#48625 changes the default contiguous settings for TensorImpl. Therefore, refresh_contiguous() should be called in OpaqueTensorImpl to get the correct settings. [ghstack-poisoned]
SS-JIA
pushed a commit
that referenced
this pull request
Dec 16, 2020
… constructor" #48625 changes the default contiguous settings for `TensorImpl` causing the Vulkan backend to crash. Therefore, set `is_non_overlapping_and_dense_` back to false for `OpaqueTensorImpl`. [ghstack-poisoned]
facebook-github-bot
pushed a commit
that referenced
this pull request
Dec 17, 2020
#49470) Summary: Pull Request resolved: #49470 #48625 changes the default contiguous settings for `TensorImpl` causing the Vulkan backend to crash. Therefore, add argument that can set `is_non_overlapping_and_dense_` back to false for `OpaqueTensorImpl` constructor. Test Plan: Imported from OSS Reviewed By: AshkanAliabadi Differential Revision: D25592826 Pulled By: SS-JIA fbshipit-source-id: e5d9de9a733875cb00c0546a3bc3271e5c6e23a3
hwangdeyu
pushed a commit
to hwangdeyu/pytorch
that referenced
this pull request
Jan 6, 2021
pytorch#49470) Summary: Pull Request resolved: pytorch#49470 pytorch#48625 changes the default contiguous settings for `TensorImpl` causing the Vulkan backend to crash. Therefore, add argument that can set `is_non_overlapping_and_dense_` back to false for `OpaqueTensorImpl` constructor. Test Plan: Imported from OSS Reviewed By: AshkanAliabadi Differential Revision: D25592826 Pulled By: SS-JIA fbshipit-source-id: e5d9de9a733875cb00c0546a3bc3271e5c6e23a3
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
… true (pytorch#48625) Summary: Pull Request resolved: pytorch#48625 The default TensorImpl is contiguous. Therefore, it is non-overlapping and dense per refresh_contiguous(). ghstack-source-id: 118035410 Test Plan: CI Reviewed By: ezyang Differential Revision: D25232196 fbshipit-source-id: 1968d9ed444f2ad5414a78d0b11e5d3030e3109d
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
pytorch#49470) Summary: Pull Request resolved: pytorch#49470 pytorch#48625 changes the default contiguous settings for `TensorImpl` causing the Vulkan backend to crash. Therefore, add argument that can set `is_non_overlapping_and_dense_` back to false for `OpaqueTensorImpl` constructor. Test Plan: Imported from OSS Reviewed By: AshkanAliabadi Differential Revision: D25592826 Pulled By: SS-JIA fbshipit-source-id: e5d9de9a733875cb00c0546a3bc3271e5c6e23a3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack:
The default TensorImpl is contiguous. Therefore, it is non-overlapping and dense per refresh_contiguous().
Differential Revision: D25232196