I have a new MacBook with the 9400m and I’m wondering whats the latest on the drivers for it? I have a faster nvidia card at school, but it’d be nice to do some development on my laptop to get a feel for CUDA. I saw that somebody had it running, but as this is my “production” machine I don’t wanna screw it up.
Has anybody installed it on their macbook? Does it mess anything up?
tmurray
November 17, 2008, 6:26am
2
not officially supported yet…
Hi,
could you tell me when cuda will support the 9400 M in the new macbook unibody ?
I just bought this one and i want to develop with Cuda. Do I have to wait for Snow Leopard and OpenCL ?
Thanks
This is a great question… I’m wery interested to.
Martin
nnknnk
February 25, 2009, 2:35pm
5
I bought myself a 13" unibody MacBook two weeks ago, and it runs fine with CUDA.
It may or may not be officially supported, but the device is recognized and runs the example projects just fine, as seen below!
[codebox]There is 1 device supporting CUDA
Device 0: “GeForce 9400M”
Major revision number: 1
Minor revision number: 1
Total amount of global memory: 266010624 bytes
Number of multiprocessors: 2
Number of cores: 16
Total amount of constant memory: 65536 bytes
Total amount of shared memory per block: 16384 bytes
Total number of registers available per block: 8192
Warp size: 32
Maximum number of threads per block: 512
Maximum sizes of each dimension of a block: 512 x 512 x 64
Maximum sizes of each dimension of a grid: 65535 x 65535 x 1
Maximum memory pitch: 262144 bytes
Texture alignment: 256 bytes
Clock rate: 0.80 GHz
Concurrent copy and execution: No
Test PASSED
[/codebox]