…specifically, the 8600m GT as found in the new Mac Book Pros… (Yes, I am a Mac person… :) )
I know that the memory size is relatively small (256megs), but it would be incredible if I could tinker on projects while ‘away’, even if it were limited.
Drop into Bootcamp, do a little Slipstreaming and… whoa-hoe! There’s Fred!
Hmm, it seems the answers here are sort of confusing me… shouldn’t the general series 8 driver work fine on laptop models as well?
I suppose it’s better to be safe than sorry, so here’s my specific inquiry: can anyone here confirm that CUDA works fine on the A8SC laptop by ASUS? This is the one that I am considering buying. The low performance of the 8400M G isn’t much of a problem from a developer’s point of view, and may even be preferable if it increases the battery life of the laptop.
But… is there some important reason that I don’t understand why I would want 256MB of memory on the GPU? The laptop I am considering only has 128MB GPU memory, and that sounds adequate for my needs. I reckon that with only 8 streaming processors, you don’t want to process very large data sets anyway.
What is the reason for wanting 256MB for CUDA in general? It seems to me this would only depend on the developer’s personal needs? Or is there some extra overhead with CUDA that I am not aware of?
A bigger concern IMO is that it only has a single multiprocessor, so bugs due to unwanted block-dependencies wouldn’t show up, since it would only execute a single block at a time. But I figure this will be easy to avoid with a little forethought and regular testing on a more capable member of the Geforce 8 series.
Could you please give a little more information on what this means? What “invisible memory usage” is there to consider? Does the CUDA driver itself eat up several tens of megabytes, or even more?
Even as little as 64MB of available memory sounds ok to me for development purposes… so I really would like to have some estimation of how many megabytes that won’t be available for allocation.
Any progress on this yet? I’m going to my country’s capital this weekend, and I would love to return with a CUDA compatible laptop. But to do that, I really need to know which models will work, and which are known to fail.
Thinking of getting the upcoming Thinkpad T61p. Will the GFX card be supported for CUDA?
Quadro FX 570m is not listed on the supported card list, but I figure its pretty much the same hardware as the new Geforce8M lines.
Will it be supported too?
Yes, the Quadro FX 570M is based on the G8x architecture and should work with CUDA.
The issue with laptops is that they sometimes require customized drivers to support special features of the laptop. We aren’t currently distributing drivers for GeForce 8M or Quadro FX M on our website, so you should check with the notebook manufacturer that they provide a driver that is compatible with CUDA.
Before reading Simon Green’s post above, I placed an order for a Zepto Znote 6224W laptop, thinking that an 8600M GT card with 512MB should work without problems.
It arrived yesterday, and my CUDA experience in XP is a mixed bag. I have tried running the executables in the SDK, and the good news is that it seems like regular CUDA is working fine. The bad news is that I have had no luck with the executables that use OpenGL interoperability to draw stuff.
DeviceQuery reports my 8600M GT just fine, and the bandwidthtest gives impressive figures. Executables such as MatrixMul, scanLargeArray and simpleTexture work too. But SimpleGL just gives the error message “GPU interoperability on multi GPU systems currently not supported”, and so does fluidsGL. Interestingly enough, simpleD3D seems to work fine while fluidsD3D just prints the error message “failed to find a G80”.
As Simon Green hinted, the Nvidia drivers refuse to install, telling me that no supported hardware could be found. So I am stuck with the drivers provided by the seller.
I noticed the comment about OpenGL interoperability not working when using multiple displays and was hoping I had found the issue. But setting this option to “single display performance mode” did not change the behavior in any noticable way.
Is there any issue that I have overlooked that could be the cause of OpenGL interoperability not working? Or is there a way to make the 8600M GT pose as a regular 8600 GT card and install the regular drivers?
I invested a fair amount of money in this laptop expecting to use it for CUDA development, so the thought of not being able to use the hardware due to driver issues is quite depressing to me. I would really appreciate any sort of guidance that could help me get CUDA working fully on this laptop.