codeplaysoftware / portBLAS

An implementation of BLAS using the SYCL open standard.
Apache License 2.0
250 stars 48 forks source link

Document difference in rotmg and rog references #506

Closed Rbiessy closed 5 months ago

Rbiessy commented 5 months ago

Document the difference in rotmg and rotg operators as some reference libraries can give different output for these 2 operations. This has been discussed here before for rotmg: https://github.com/codeplaysoftware/portBLAS/pull/376. I remember rotg having similar issues.

Solves https://github.com/codeplaysoftware/portBLAS/issues/502

Rbiessy commented 5 months ago

Closing as I was mistaken. We will re-visit this differently.