Matthieu Heitz

Results 9 comments of Matthieu Heitz

Oh I see, so that's the particular case! I'm not sure I'd have time to do a PR for this unfortunately. If anyone is interested, the methods/variables of NNDescent that...

I have the same error with Ubuntu 16.04, gedit 3.28.3 and `gir1.2-webkit2-4.0`. I tried with @darkdragon-001 's repo, but it doesn't work either. I get the error: ``` (gedit:10427): libpeas-WARNING...

Hi ! Can you give me the rest of the error message please ?

Hi ! You need to run the script with Python 3 instead of Python 2 ;)

Thanks for updating this to the new API! Here is what I had to change for it to work properly: Remove trailing "\n" when you read from file (on Linux,...

It also fails for me... ``` $ conda info active environment : None user config file : /home/matthieu/.condarc populated config files : /home/matthieu/.condarc conda version : 4.5.12 conda-build version :...

I figured it out. On my system, CUDA 8.0 is installed, but when I did `conda install pyculib`, it installed `cudatoolkit 9.2`. Like said [here](https://github.com/numba/pyculib/issues/19#issuecomment-400120628), I thought it would find...

> Thanks for the report. I think there may be a bug in the CUDA initialisation sequence logic, I can produce what you see. Okay, did you find a corresponding...

Oh okay thanks, now I understand better :+1: I didn't know that there existed specific storage for _non-sparse_ symmetric matrices, as mentioned here https://www.netlib.org/lapack/lug/node121.html, since I haven't seen an implementation...