-
-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Labels
Description
Since the CLBlast API interface uses StatusCode, why use exceptions in the source code? Switching to if statements would make the code a lot faster in the error case (critical for low level libraries like BLAS). I understand that it was probably easier for development, but would you accept a PR switching to if statements.