Re: GPU Support

2023-01-05 Thread Sean Owen
Spark itself does not use GPUs, but you can write and run code on Spark that uses GPUs. You'd typically use software like Tensorflow that uses CUDA to access the GPU. On Thu, Jan 5, 2023 at 7:05 AM K B M Kaala Subhikshan < kbmkaalasubhiks...@gmail.com> wrote: > Is Gigabyte GeForce RTX

GPU Support

2023-01-05 Thread K B M Kaala Subhikshan
Is Gigabyte GeForce RTX 3080 GPU support for running machine learning in Spark?

Re: Spark/Mesos with GPU support

2016-12-30 Thread Stephen Boesch
ael Gummelt <mgumm...@mesosphere.io> > wrote: > >> I've cc'd Tim and Kevin, who worked on GPU support. >> >> On Wed, Dec 28, 2016 at 11:22 AM, Ji Yan <ji...@drive.ai> wrote: >> >>> Dear Spark Users, >>> >>> Has anyone had successful e

Re: Spark/Mesos with GPU support

2016-12-30 Thread Ji Yan
Thanks Michael, Tim and I have touched base and thankfully the issue has already been resolved On Fri, Dec 30, 2016 at 9:20 AM, Michael Gummelt <mgumm...@mesosphere.io> wrote: > I've cc'd Tim and Kevin, who worked on GPU support. > > On Wed, Dec 28, 2016 at 11:22 AM, Ji Yan

Re: Spark/Mesos with GPU support

2016-12-30 Thread Michael Gummelt
I've cc'd Tim and Kevin, who worked on GPU support. On Wed, Dec 28, 2016 at 11:22 AM, Ji Yan <ji...@drive.ai> wrote: > Dear Spark Users, > > Has anyone had successful experience running Spark on Mesos with GPU > support? We have a Mesos cluster that can see and offer nvid

Spark/Mesos with GPU support

2016-12-28 Thread Ji Yan
Dear Spark Users, Has anyone had successful experience running Spark on Mesos with GPU support? We have a Mesos cluster that can see and offer nvidia GPU resources. With Spark, it seems that the GPU support with Mesos (https://github.com/apache/spark/pull/14644 <https://github.com/apa