ROCm / hipBLASLt

hipBLASLt is a library that provides general matrix-matrix operations with a flexible API and extends functionalities beyond a traditional BLAS library
https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html
MIT License
64 stars 89 forks source link

Change syntax of Union for earlier python versions #1346

Closed daineAMD closed 6 days ago

daineAMD commented 1 week ago

Union | syntax works for python 3.10+, so changing to Union[] for earlier version of python

daineAMD commented 6 days ago

Fixed in https://github.com/ROCm/hipBLASLt/pull/1341