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
Describe the bug
Calling preferred_memory_capacity causes segmentation fault in Python 3.9+
preferred_memory_capacity
https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/cucim/job/branches/job/cucim-gpu-matrix-branch-22.02/35/CUDA=11.0,GPU_LABEL=driver-450,LINUX_VER=centos7,PYTHON_VER=3.9/console
Steps/Code to reproduce bug
from cucim import CuImage from cucim.clara.cache import preferred_memory_capacity img = CuImage('image.tif') memory_capacity = preferred_memory_capacity(img, patch_size=(256, 256))
Expected behavior No segmentation fault.
Environment details (please complete the following information):
docker pull
docker run
The text was updated successfully, but these errors were encountered:
9d70348
gigony
No branches or pull requests
Describe the bug
Calling
preferred_memory_capacity
causes segmentation fault in Python 3.9+https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/cucim/job/branches/job/cucim-gpu-matrix-branch-22.02/35/CUDA=11.0,GPU_LABEL=driver-450,LINUX_VER=centos7,PYTHON_VER=3.9/console
Steps/Code to reproduce bug
Expected behavior
No segmentation fault.
Environment details (please complete the following information):
docker pull
&docker run
commands usedThe text was updated successfully, but these errors were encountered: