Skip to content

Buckify Sigmoid test #10224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025
Merged

Buckify Sigmoid test #10224

merged 1 commit into from
Apr 16, 2025

Conversation

3l1
Copy link
Contributor

@3l1 3l1 commented Apr 16, 2025

Summary: Buckify Sigmoid test

Reviewed By: digantdesai

Differential Revision: D72940392

@3l1 3l1 requested a review from digantdesai as a code owner April 16, 2025 06:09
Copy link

pytorch-bot bot commented Apr 16, 2025

🔗 Helpful Links

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

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

✅ No Failures

As of commit 6288efa with merge base 47fb157 (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-bot facebook-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 Apr 16, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D72940392

@3l1
Copy link
Contributor Author

3l1 commented Apr 16, 2025

@pytorchbot label "topic: not user facing"

def test_sigmoid_add_sigmoid_tosa_BI(self):
self._test_sigmoid_tosa_BI_pipeline(
self.SigmoidAddSigmoid(), (test_data_suite[4][1], test_data_suite[3][1])
)

@parameterized.expand(test_data_suite)
@pytest.mark.tosa_ref_model
Copy link
Contributor

Choose a reason for hiding this comment

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

these are not running on tosa_ref_model

3l1 added a commit to 3l1/executorch that referenced this pull request Apr 16, 2025
Summary:

Buckify Sigmoid test

Reviewed By: digantdesai

Differential Revision: D72940392
@3l1 3l1 force-pushed the export-D72940392 branch from 2ce6af6 to 30a522e Compare April 16, 2025 17:38
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D72940392

3l1 added a commit to 3l1/executorch that referenced this pull request Apr 16, 2025
Summary:
Pull Request resolved: pytorch#10224

Buckify Sigmoid test

Reviewed By: digantdesai

Differential Revision: D72940392
@3l1 3l1 force-pushed the export-D72940392 branch from 30a522e to ef6e385 Compare April 16, 2025 17:41
3l1 added a commit to 3l1/executorch that referenced this pull request Apr 16, 2025
Summary:

Buckify Sigmoid test

Reviewed By: digantdesai

Differential Revision: D72940392
@3l1 3l1 force-pushed the export-D72940392 branch from ef6e385 to 15548eb Compare April 16, 2025 17:56
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D72940392

3l1 added a commit to 3l1/executorch that referenced this pull request Apr 16, 2025
Summary:
Pull Request resolved: pytorch#10224

Buckify Sigmoid test

Reviewed By: digantdesai

Differential Revision: D72940392
@3l1 3l1 force-pushed the export-D72940392 branch from 15548eb to ad4735e Compare April 16, 2025 17:59
Comment on lines 131 to 132
if conftest.is_option_enabled("tosa_ref_model"):
tester.run_method_and_compare_outputs(inputs=test_data)
Copy link
Contributor

Choose a reason for hiding this comment

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

This is not right, we don't want to change the way we do things on U55/U85 just for tosa-ref-model.

3l1 added a commit to 3l1/executorch that referenced this pull request Apr 16, 2025
Summary:

Buckify Sigmoid test

Reviewed By: digantdesai

Differential Revision: D72940392
@3l1 3l1 force-pushed the export-D72940392 branch from ad4735e to a3a0e64 Compare April 16, 2025 19:21
3l1 added a commit to 3l1/executorch that referenced this pull request Apr 16, 2025
Summary:

Buckify Sigmoid test

Reviewed By: digantdesai

Differential Revision: D72940392
@3l1 3l1 force-pushed the export-D72940392 branch from a3a0e64 to 89acc35 Compare April 16, 2025 19:35
3l1 added a commit to 3l1/executorch that referenced this pull request Apr 16, 2025
Summary:

Buckify Sigmoid test

Reviewed By: digantdesai

Differential Revision: D72940392
@3l1 3l1 force-pushed the export-D72940392 branch from 89acc35 to 5ffc030 Compare April 16, 2025 19:36
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D72940392

3l1 added a commit to 3l1/executorch that referenced this pull request Apr 16, 2025
Summary:
Pull Request resolved: pytorch#10224

Buckify Sigmoid test

Reviewed By: digantdesai

Differential Revision: D72940392
@3l1 3l1 force-pushed the export-D72940392 branch from 5ffc030 to f2838ce Compare April 16, 2025 19:39
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D72940392

3l1 added a commit to 3l1/executorch that referenced this pull request Apr 16, 2025
Summary:
Pull Request resolved: pytorch#10224

Buckify Sigmoid test

Reviewed By: digantdesai

Differential Revision: D72940392
@3l1 3l1 force-pushed the export-D72940392 branch from f2838ce to 642b0ac Compare April 16, 2025 19:44
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D72940392

3l1 added a commit to 3l1/executorch that referenced this pull request Apr 16, 2025
Summary:
Pull Request resolved: pytorch#10224

Buckify Sigmoid test

Reviewed By: digantdesai

Differential Revision: D72940392
@3l1 3l1 force-pushed the export-D72940392 branch from 642b0ac to 3fd0e18 Compare April 16, 2025 19:53
3l1 added a commit to 3l1/executorch that referenced this pull request Apr 16, 2025
Summary:

Buckify Sigmoid test

Reviewed By: digantdesai

Differential Revision: D72940392
@3l1 3l1 force-pushed the export-D72940392 branch from 3fd0e18 to c22b6e4 Compare April 16, 2025 20:56
Summary:
Pull Request resolved: pytorch#10224

Buckify Sigmoid test

Reviewed By: digantdesai

Differential Revision: D72940392
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D72940392

@3l1 3l1 force-pushed the export-D72940392 branch from c22b6e4 to 6288efa Compare April 16, 2025 21:00
@facebook-github-bot facebook-github-bot merged commit 3410cfe into pytorch:main Apr 16, 2025
84 checks passed
keyprocedure pushed a commit to keyprocedure/executorch that referenced this pull request Apr 21, 2025
Differential Revision: D72940392

Pull Request resolved: pytorch#10224
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported topic: not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants