Skip to content
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

illegal memory access #9

Open
wang07380731 opened this issue Mar 5, 2024 · 3 comments
Open

illegal memory access #9

wang07380731 opened this issue Mar 5, 2024 · 3 comments

Comments

@wang07380731
Copy link

when i run "python optim.py",i encountered the following error:
Traceback (most recent call last):
File "optim.py", line 224, in
scene = optimize(HyperParams)
File "optim.py", line 175, in optimize
scene = Render.Scene(f"{config.data_path}{name}_vh.ply")
File "/DRT-master/DiffRender.py", line 301, in init
self.update_mesh(mesh_path)
File "/DRT-master/DiffRender.py", line 313, in update_mesh
self.optix_mesh.update_mesh(opt_F, opt_v)
RuntimeError: Function "RTPresult _rtpModelUpdate(RTPmodel, unsigned int)" caught exception: Encountered a CUDA error: cudaEventRecord( m_eventEnd, stream ) returned (700): an illegal memory access was encountered

The environment I configured should be correct. How can I solve this problem? Is it related to the cuda version

@wuweiyexiaomian
Copy link

Could you solve it? How did you solve it?

@wuweiyexiaomian
Copy link

I saw a comment that said this:
"Redner uses Optix 6.5 which will never be compatible with RTX30xx.
https://forums.developer.nvidia.com/t/optix-6-5-prime-samples-fail-with-rtx-3080/177078"

@wang07380731
Copy link
Author

I saw a comment that said this: "Redner uses Optix 6.5 which will never be compatible with RTX30xx. https://forums.developer.nvidia.com/t/optix-6-5-prime-samples-fail-with-rtx-3080/177078"

yes, i think the problem is the version of optix of this project is too old, so i gave up this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants