-
Notifications
You must be signed in to change notification settings - Fork 53
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
[Algorithms] Shors is too heavy! use up classical computer's resource #10
Comments
LLVM 6.0 to compile Shors:
|
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi ScaffCC developers,
Perform loop unrolling until completely unrolled, then remove dead code is not able to work for Shors, but able to work for QFT:
I am also testing with scaff-llvm based on LLVM 6.0 to compile Shors :)
Regards,
Leslie Zhai - a LLVM developer https://reviews.llvm.org/p/xiangzhai/
The text was updated successfully, but these errors were encountered: