-
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
Unify python stack #1077
Unify python stack #1077
Conversation
d3091c2
to
55f43e9
Compare
Command Bot: Processing... |
ce52024
to
242adae
Compare
Command Bot: Processing... |
3b2cb31
to
ecb272e
Compare
Unable to get CI to work due to |
Command Bot: Processing... |
e8eee6a
to
a14cd46
Compare
Command Bot: Processing... |
e1ab08d
to
3456469
Compare
485dab5
to
6604a67
Compare
Command Bot: Processing... |
Co-authored-by: Alex McCaskey <amccaskey@nvidia.com>
'double_excitation_gate_opt()' to satisfy spellchecker requirements.
in 'jitAndCreateArgs()' to see if it affects the failure(s) seen on CI pipeline (not reproducible locally).
…i qpu" This reverts commit 2998f6c.
Co-authored-by: Ben Howe <bhowe@nvidia.com>
'remote' backend, its corresponding tests and adding of thread safe code. * Establish a baseline. Revert "* Partial fix for 'remote' backend" This reverts commit fbc07dd. Revert "* Workaround for remote multi QPU implementation" This reverts commit 2439890. Revert "* Making JIT execution classes thread safe" This reverts commit a610481.
We have FileCheck tests in both the |
Sure, I had them merged into 'mlir' but, reverted to keep existing functionality v/s new functionality tests - perhaps not necessary. I will club them back into one directory. |
…e whole suite of tests Co-authored-by: Alex McCaskey <amccaskey@nvidia.com>
370d44c
to
5764c0c
Compare
directory. * Python wheels stage update - we want to skip 'remote' tests until they are enabled but, '--ignore' has no effect, hence running individual sub-directory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Description
This PR attempts to get a working docker image and Python wheels file for the experimental Python features.
SKIP_TEST
comment; fixes for which will be handled in separate PR.