Dnia 2009-10-09, pią o godzinie 15:00 +1100, Frank Burden pisze: > Hi > > I've read some discussion from earlier this year about a GPUarray dot > product. I've got PyCUDA v0.93 working but gpuarray.py doesn't include a > dot product and I can't find the v0.94 download page. > > If someone can help with a hyperlink or some code I'd be most grateful >
v0.94 is not available as package, but you can download this version using git: git clone http://git.tiker.net/trees/pycuda.git Then you configure, compile and install like v0.93. > Frank > > ps The earlier discussion was a bit muddled as some of the code was for > an element by element (Hadamard) multiplication rather than a scalar > product.. > > _______________________________________________ > PyCUDA mailing list > [email protected] > http://tiker.net/mailman/listinfo/pycuda_tiker.net -- Tomasz Rybak <[email protected]> GPG key ID: F22C D870 Fingerprint 93BC FEEC A426 3765 799F 10EE FAC1 9A2C F22C D870 http://member.acm.org/~tomaszrybak
signature.asc
Description: To jest część wiadomości podpisana cyfrowo
_______________________________________________ PyCUDA mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
