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

ZeroOperator dtype bug #3

Open
healeyq3 opened this issue Jan 29, 2025 · 0 comments
Open

ZeroOperator dtype bug #3

healeyq3 opened this issue Jan 29, 2025 · 0 comments

Comments

@healeyq3
Copy link

Just need to change __init__.py to import the ZeroOperator from block.py as opposed to linop_impls.py as the latter doesn't allow the ZeroOperator to return any dtype other than torch.float32. (At least, I had to change where I was importing the ZeroOperator from in diffqcp due to a dtype bug stemming from this.)

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

1 participant