[PyCUDA] pycuda and intersection of list (or sets) of strings

2014-12-20 Thread Luigi Assom
Hello! I need to parallelize a computation of intersection of sets of keywords over GPU . As example, I will take a cosine similarity computing the intersection between two sets. (see also post: http://stackoverflow.com/questions/22381939/python-calculate-cosine-similarity-of-two-dicts-faster )

Re: [PyCUDA] Running test_driver.py, Import Error: cannot import name intern

2014-12-20 Thread Andreas Kloeckner
Donald Osmeyer donald.osme...@outlook.com writes: I just installed Ubuntu 14.04, the Nvidia driver 340.29, cuda version 6.5.12. I tried to install pycuda-2014.1 using the instructions found at http://wiki.tiker.net/PyCuda/Installation/Linux/Ubuntu Everything seems to install fine. In