-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unstable result in the GenericTensorNetwork example #10
Comments
I fixed the bug in a lazy way, I used 1D grid blocks to avoid the block overflow. This simple test shows that the revision will not affect much the performance
Here are the result in the GenericTensorNetwork using the revised version of the package:
|
I made some efforts to enhance the perform of this package on mul between thin martices, but meet some strange bugs in CUDA, I will list that as a issue and try to improve that in the future. |
Since this bug is fixed with #15, this issue is now closed. |
solve by #15, which is already merged. |
The output is probabilistic, hence it is very likely you did not sync threads after some computation. Can you please help me to make the following code produce correct result?
Originally posted by @GiggleLiu in #9 (comment)
The text was updated successfully, but these errors were encountered: