ali1234 / vhs-teletext

Software to recover teletext data from VHS recordings.
GNU General Public License v3.0
179 stars 21 forks source link

Get rid of CUBLAS warnings #47

Closed wimpie3 closed 3 years ago

wimpie3 commented 4 years ago

Is it possible to remove the confusing warning 'creating CUBLAS context to get version number'? There is no need to show that message.

ali1234 commented 4 years ago

This is done by the skcuda library. You can patch it out in cublas.py but I'm not aware of any way to disable it from my side.

ali1234 commented 3 years ago

Closing this as there isn't anything I can do about it, sorry.