You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consult the security policy. If reporting a security vulnerability, do not report the bug using this form. Use the process described in the policy to report the issue.
Make sure you've read the documentation. Your issue may be addressed there.
Search the issue tracker to verify that this hasn't already been reported. +1 or comment there if it has.
If possible, make a PR with a failing test to give us a starting point to work on!
terminate called after throwing an instance of 'std::runtime_error'
what(): Failed to launch kernel. Error: NVQC failed to handle request. Server error: Failed to IR compliance verification against NVQIR runtime.
Steps to reproduce the bug
Run any test with --target as nvqc
Expected behavior
Any tests should run successfully on NVQC.
Is this a regression? If it is, put the last known working version (or commit) here.
Not a regression
Environment
CUDA-Q version:
Python version:
C++ compiler:
Operating system:
Suggestions
No response
The text was updated successfully, but these errors were encountered:
Required prerequisites
Describe the bug
NVQC regression tests are failing because of missing change (new implementation of QIR codegen) on NVQC with v0.10.0
https://github.com/NVIDIA/cuda-quantum/actions/runs/14210713115/job/39817328500
Steps to reproduce the bug
Run any test with --target as nvqc
Expected behavior
Any tests should run successfully on NVQC.
Is this a regression? If it is, put the last known working version (or commit) here.
Not a regression
Environment
Suggestions
No response
The text was updated successfully, but these errors were encountered: