Skip to content

Conversation

@digantdesai
Copy link
Contributor

Summary:

  • Generates a couple of simple PTEs, with large intermediate tensors
  • Creates a bunch of threads, in each thread,
    • Load a given PTE
    • Create new input/output buffers
    • Run forward random number of times
    • Make sure things are OK
  • Join, return

The goal is to stress test singleton backend instance which may keep some shared state, and make sure we don't break ET delegate init, execute, destroy contracts.

Differential Revision: D65162642

@pytorch-bot
Copy link

pytorch-bot bot commented Dec 2, 2024

🔗 Helpful Links

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

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

⏳ No Failures, 1 Pending

As of commit e51907b with merge base 0a12e33 (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 Dec 2, 2024
@facebook-github-bot
Copy link
Contributor

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

@digantdesai
Copy link
Contributor Author

@pytorchbot label "topic: not user facing"

digantdesai added a commit to digantdesai/executorch-1 that referenced this pull request Dec 2, 2024
Summary:

* Generates a couple of simple PTEs, with large intermediate tensors
* Creates a bunch of threads, in each thread,
    * Load a given PTE
    * Create new input/output buffers
    * Run forward random number of times
    * Make sure things are OK
* Join, return

The goal is to stress test singleton backend instance which may keep some shared state, and make sure we don't break ET delegate init, execute, destroy contracts.

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

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

Summary:

* Generates a couple of simple PTEs, with large intermediate tensors
* Creates a bunch of threads, in each thread,
    * Load a given PTE
    * Create new input/output buffers
    * Run forward random number of times
    * Make sure things are OK
* Join, return

The goal is to stress test singleton backend instance which may keep some shared state, and make sure we don't break ET delegate init, execute, destroy contracts.

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

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

@facebook-github-bot facebook-github-bot merged commit 5a9e7a4 into pytorch:main Dec 3, 2024
40 of 43 checks passed
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