Overload cuBLAS arithmetic for finite fields??

Hey experts,

I was wondering if it is possible to overload the cuBLAS arithmetic for finite fields. For example to invert a finite field I wanted to overload the multiply and add operators to do finite field multiplication (using log tables) and addition (xor). Is this possible?

probably no, since cublas is closed-source precompiled lib. look at http://cumodp.org/doc/index.html