You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears every now and then, the UltrasoundSystem.DAS() returns all 0s on CUDA-enabled computers. I think its likely related to the ptx-file version. It's unclear why exactly this happens, whether it's related to MATLAB or CUDA behaviour or simply versioning issues, but is likely related to the ptx-file version.
Recompiling by running setup cache and recreating the UltrasoundSystem or us = UltrasoundSystem('recompile', true); should provide a work-around for now.
The text was updated successfully, but these errors were encountered:
It appears every now and then, the
UltrasoundSystem.DAS()
returns all 0s on CUDA-enabled computers. I think its likely related to the ptx-file version. It's unclear why exactly this happens, whether it's related to MATLAB or CUDA behaviour or simply versioning issues, but is likely related to the ptx-file version.Recompiling by running
setup cache
and recreating theUltrasoundSystem
orus = UltrasoundSystem('recompile', true);
should provide a work-around for now.The text was updated successfully, but these errors were encountered: