Skip to content

Migrate thread_parallel.cpp to ET_CHECK_OR_RETURN_FALSE - #8977

Merged
swolchok merged 32 commits into
mainfrom
gh/swolchok/314/head
Mar 7, 2025
Merged

Migrate thread_parallel.cpp to ET_CHECK_OR_RETURN_FALSE#8977
swolchok merged 32 commits into
mainfrom
gh/swolchok/314/head

Conversation

@swolchok

Copy link
Copy Markdown
Contributor

It's convenient if this thing doesn't depend on tensor_util, and conveniently the dependency was deprecated anyway.

swolchok added 22 commits March 4, 2025 11:35
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
@pytorch-bot

pytorch-botBot commented Mar 5, 2025

Copy link
Copy Markdown

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8977

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit a8a0e57 with merge base 484231c (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-botfacebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 5, 2025
swolchok added a commit that referenced this pull request Mar 5, 2025
It's convenient if this thing doesn't depend on tensor_util, and conveniently the dependency was deprecated anyway.
ghstack-source-id: acbd298
ghstack-comment-id: 2702239582
Pull Request resolved: #8977
[ghstack-poisoned]
"//executorch/runtime/core/exec_aten/util:tensor_util" + aten_suffix,
],
)
runtime.cxx_library(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont know the details on aten variant but are you removing it because you determined that it is not needed?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it was only needed because of the aten-suffixed tensor_util dep, which is gone now

[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
Base automatically changed from gh/swolchok/308/head to mainMarch 7, 2025 20:38
@swolchok
swolchok merged commit 156f9fe into mainMar 7, 2025
@swolchok
swolchok deleted the gh/swolchok/314/head branch March 7, 2025 20:39
kedarnath03 pushed a commit to kedarnath03/executorch that referenced this pull request Jun 25, 2025
It's convenient if this thing doesn't depend on tensor_util, and conveniently the dependency was deprecated anyway.
ghstack-source-id: cb09842
ghstack-comment-id: 2702239582
Pull Request resolved: pytorch/executorch#8977
kedarnath03 pushed a commit to kedarnath03/executorch that referenced this pull request Jun 25, 2025
It's convenient if this thing doesn't depend on tensor_util, and conveniently the dependency was deprecated anyway.
ghstack-source-id: 4e6347d
ghstack-comment-id: 2702239582
Pull Request resolved: pytorch/executorch#8977
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA SignedThis label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.topic: not user facing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@swolchok@kimishpatel@facebook-github-bot