We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run the wiki commands for registration and registration replay (https://github.com/rg2/xreg/wiki/Walkthrough%3A-Single-View-Pelvis-Registration), but pass a device ID corresponding to an AMD OpenCL device. Although the commands complete, the results are completely incorrect.
For example:
xreg-regi2d3d-replay regi_debug_example1_1_pd_003_proj0_w_seg.h5 --video-fps 10 --proj-ds 0.5 --ocl-id AMDRadeonPro5500MComputeEngine
First inspection indicates that reads to the 3D texture object (read_imagef()) are always returning zero during ray casting.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Run the wiki commands for registration and registration replay (https://github.com/rg2/xreg/wiki/Walkthrough%3A-Single-View-Pelvis-Registration), but pass a device ID corresponding to an AMD OpenCL device. Although the commands complete, the results are completely incorrect.
For example:
First inspection indicates that reads to the 3D texture object (read_imagef()) are always returning zero during ray casting.
The text was updated successfully, but these errors were encountered: