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
While we have largely removed the archaic uses of Union, Optional, List, Dict, Tuple etc. as part of removing support for Python 3.9, many docstrings in cuda_core still use these forms. They should be updated to use | whereever possible.
While we have largely removed the archaic uses of
Union,Optional,List,Dict,Tupleetc. as part of removing support for Python 3.9, many docstrings in cuda_core still use these forms. They should be updated to use|whereever possible.