-
Notifications
You must be signed in to change notification settings - Fork 209
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
[experimental/python] Added 'remote' tests for new modes in Python #1182
Merged
khalatepradnya
merged 3 commits into
NVIDIA:experimental/python
from
khalatepradnya:new-remote-tests
Feb 20, 2024
Merged
[experimental/python] Added 'remote' tests for new modes in Python #1182
khalatepradnya
merged 3 commits into
NVIDIA:experimental/python
from
khalatepradnya:new-remote-tests
Feb 20, 2024
Conversation
This file contains 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
9f6ef78
to
1759167
Compare
f7c3650
to
e93fcf2
Compare
355e70c
to
582284f
Compare
Collaborator
Author
Command Bot: Processing... |
9a1e1a4
to
e8f0407
Compare
4b26909
to
01a0de5
Compare
01a0de5
to
d57dab8
Compare
b992cea
to
7670400
Compare
2416103
to
0e042a1
Compare
237bbb1
to
ade6db6
Compare
b404381
to
e75100f
Compare
3eaca44
to
75445d1
Compare
3487bfb
to
29bc219
Compare
8f2df94
to
a901638
Compare
* Added tests for 'sample_async' and 'observe_async' * Consolidate 'remote' tests since using pytest fixture with 'session' scope (Also avoid code duplication) * Rename kernel for avoiding name clash (caching issue) * Uniquely named kernels for testing purposes.
a901638
to
10d6472
Compare
bettinaheim
approved these changes
Feb 20, 2024
amccaskey
approved these changes
Feb 20, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Addresses one issue in #1157