Lev E. Givon

Results 76 comments of Lev E. Givon

I added more information on how to examine the available GPUs to the documentation and how to get PyCUDA to install properly. I also added a script (`check_cuda_version.py`) to the...

Nikul noticed that the presence of NaNs in the index breaks selection with the DataFrame.ix attribute. We can still use from_tuples() when all of the rows are the same length,...

As of 54be394, I don't see any further imports from `base` in `neurokernel/LPU/tools`.

pyculib is no longer being developed in light of the availability of [cupy](https://github.com/cupy/cupy).

No immediate plans, unfortunately; the blocker is lack of time (my current work doesn't make use of scikit-cuda).

The magma bindings are not really used in skcuda's high-level math functions at the present. This is primarily due to very limited dev time on my part (my current work...

Unfortunately, I don't have time to address this until later this quarter at the earliest.

@grlee77: Duly noted. Your wrapper autogeneration is increasingly compelling given the growing number of available GPU libraries. I'll keep you in the loop if/when I have to time to revisit...