Results 1 to 7 of 7

Thread: Cuda

  1. #1
    Join Date
    Dec 2007
    Location
    ~
    Beans
    314
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question Cuda

    I use CUDA on my desktop for some of my programs. My desktop runs Ubuntu 9.04 and has a NVIDIA GPU, so I managed to do the installation after reading a few tutorials online.

    However, I would like to continue editing my code on my laptop. The laptop runs Ubuntu 10.04 and this is the description of its GPU from lshw
    Code:
    *-display:0
                 description: VGA compatible controller
                 product: Mobile GM965/GL960 Integrated Graphics Controller
                 vendor: Intel Corporation
                 physical id: 2
                 bus info: pci@0000:00:02.0
                 version: 0c
                 width: 64 bits
                 clock: 33MHz
                 capabilities: msi pm bus_master cap_list rom
                 configuration: driver=i915 latency=0
                 resources: irq:29 memory:e4600000-e46fffff
                 memory:d0000000-dfffffff(prefetchable) 
                 ioport:4000(size=8)
    How do I install CUDA on this machine? I cant seem to find any tutorials online on how to install it in machines which do not have a nvidia graphics chip?

    Thanks for the help

  2. #2
    Join Date
    Aug 2009
    Location
    Brisbane
    Beans
    3,779

    Re: Cuda

    You cant install CUDA on a machine without a nVidia 8XXX series or higher GPU.

    No way that it is going to work with an Intel GPU.

  3. #3
    Join Date
    Dec 2007
    Location
    ~
    Beans
    314
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Cuda

    Quote Originally Posted by cascade9 View Post
    You cant install CUDA on a machine without a nVidia 8XXX series or higher GPU.

    No way that it is going to work with an Intel GPU.
    are you sure??

    i was reading on the nvidia forums that you can run it in some sort of emulation mode.... but the guys there dont say how to do that!

  4. #4
    Join Date
    Aug 2009
    Location
    Brisbane
    Beans
    3,779

    Re: Cuda

    Ther might be a hack to make it work on Intel GPUs, but I doubt it.

    More likely that it would work on ATI, since Intel GPUs are always a few generations behind ATI/nVidia.

  5. #5
    Join Date
    Jul 2007
    Location
    Austin, TX
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Cuda

    Quote Originally Posted by nebu View Post
    are you sure??

    i was reading on the nvidia forums that you can run it in some sort of emulation mode.... but the guys there dont say how to do that!
    Compile with -deviceemu

    This will cause the program to start up a bunch of pthreads and utilize those as if they were individual cores, all on your cpu.

  6. #6
    Join Date
    Dec 2004
    Location
    Manchester
    Beans
    2,086
    Distro
    Ubuntu Mate 15.10 Wily Werewolf

    Re: Cuda

    for cross platform GPU programming you want openCL rather than CUDA.

  7. #7
    Join Date
    Dec 2007
    Location
    ~
    Beans
    314
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Cuda

    Quote Originally Posted by ssam View Post
    for cross platform GPU programming you want openCL rather than CUDA.
    I looked around for opencl.... however I could not find anything on how to install it in ubuntu....

    another problem is that I couldnt even find anything on their website which looked remotely similar to "get sdk"

    so i dont know really.... do you have any idea how to install it in ubuntu 10.04 64bit?

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •