Numpy, BLAS and CUBLAS
问题 Numpy can be "linked/compiled" against different BLAS implementations (MKL, ACML, ATLAS, GotoBlas, etc). That's not always straightforward to configure but it is possible. Is it also possible to "link/compile" numpy against NVIDIA's CUBLAS implementation? I couldn't find any resources in the web and before I spend too much time trying it I wanted to make sure that it possible at all. 回答1: In a word: no, you can't do that. There is a rather good scikit which provides access to CUBLAS from