-
Notifications
You must be signed in to change notification settings - Fork 22
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
Comple sucessed, but get wrong result #14
Comments
@BaldrLector were you able to resolve the issue? Without adding the print function, I am getting illegal memory access because the number of active voxels would be 0. I am fairly new to CUDA programming but my assumption is that we are facing some synchronization issue where a GPU thread is accessing some part of memory not initialized. Adding a print function is just a hack that has significantly increased the computation time. It would be very helpful if @dgrzech could look at it. I am running the application on Thanks. |
I met this issue too. Thanks for @shubhMaheshwari 's help, adding a print function or |
Hi @dgrzech , thanks for your kindly sharing of the source code, it really helps me.
However, when I compile the code and try to run it at the umbrella dataset, I find the wrong result will be produced.
Results at 149 frames,
![image](https://user-images.githubusercontent.com/19874480/102579484-7fea4b80-4137-11eb-8bd7-b878454a2bcc.png)
Is the data need any pre-processing?
Thanks for your reply in advance, I very much appreciate it.
The text was updated successfully, but these errors were encountered: