-
Notifications
You must be signed in to change notification settings - Fork 17
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
Test for svmbir
interface hang on GPU device
#344
Comments
The tests in question call scico/scico/test/functional/prox.py Lines 14 to 25 in 090e607
When run on a GPU, the code appears to hang at the Lines 243 to 248 in 090e607
|
Closing since the problem seems to be within the |
The test functions
test_prox
andtest_prox_weights
inscico/test/linop/test_radon_svmbir.py
hang when run on a GPU. A temporary workaround using@pytest.mark.skipif
will be implemented, but the cause of the problem needs to be determined and addressed.The text was updated successfully, but these errors were encountered: