Re: GPUs with various tools

2017-04-17 Thread Paul Rubin
Jeffrey Layton writes: > I'm working with Continuum's Accelerate and I'm slowly learning PyCUDA > but I'm looking for something that's already coded. TensorFlow has good Python bindings. That's probably the best way to get started. -- https://mail.python.org/mailman/listinfo/python-list

GPUs with various tools

2017-04-17 Thread Jeffrey Layton
Good afternoon, Since I just got a nice GTX 1050 card, I would like to exercise it with Python. In particular, I'm curious about tools such as SciPy, Pandas, Numpy, etc., that can take advantage of GPUs so I don't have to write any GPU code. For example, can I solve an A X = B linear problem o