GPU computing Stay up to date in OpenCL, DirectCompute, CUDA, CAL and OpenGL information

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Thursday, 18 February 2010

About Tesla computing driver!

Posted on 06:39 by Unknown
Hi boys,
I'm becoming increasingly lazy in publishing stories.. sorry for that..
A good megacompilation is coming this week..
Anyway today is old news for installing Tesla Computing driver (196.28) see info (slide 35)
Tesla Compute Cluster (TCC)Driver
Enables Windows HPC on Tesla
Enables Tesla without a NVIDIA graphics card with Windows 7, Server 2008 R2, Windows Vista, Server 2008
Only Tesla 8-series, 10-series and 20-series supported
Only works with CUDA
Does not support OpenGL and DirectX
Available in beta now, release in Jan 2010
Enables the following features under Windows with CUDARDP (Remote Desktop)
Launch CUDA applications via Windows Services
No Windows Timeout issues
No penalty on launch overhead
KVM-over-IP enabled (CPU Server on-board graphics chipset enabled)

Teoretically is for Tesla and Windows 2008R2 64 bit only but I have succefussly installed on Windows 7 on GTX 275..
so installing compute driver is possible on Geforce
just locate NVWD.inf and add
under [NVIDIA_SetA_Devices.NTamd64.6.0]
%NVIDIA_DEV.05E6.01% = Section001, PCI\VEN_10DE&DEV_05E6
and under [NVIDIA_SetA_Devices.NTamd64.6.1]
%NVIDIA_DEV.05E6.01% = Section002, PCI\VEN_10DE&DEV_05E6
this is for GTX 275 for others locate in inf for your card..

Only supports CUDA at the moment (CUDA C(++)).. of course I have checked and PGI Fortran detects it so also CUDA Fortran..
OpenCL doesn't work currently but I think they will add support for it in 200 series..
DirectCompute I have not many hopes.. as device detection is for graphic devices and doesn't expose DirectX..

Have to test Badaboom for seeing if CUVID works and also what about CUDA video encoding via kernels is working (or CUVENC..)
I have to test if OptiX works (I hope but not graphic demos so save render to a file and check)
Also what about PhysX.. Theoretically should work as no interop with graphics is currently enabled at least this enables ATi rendering+PhysX work..
Have to test..
At least has no graphics API dependencies

Also what about other CUDA strong programs as Vreveal..

Last would be good if supported Nexus as I have ATI+Nvidia but Nvidia normal driver only enables CUDA if you extended desktop to *at least ONE Nvidia GPU*..
i.e. if you have 2 nvidias you can use Nexus but ATI+nvidia no work as extending desktop crashes GPU debugger and no extending it doesn't enable Nvidia driver (Windows 7 limitation?)..

Official response:
The Nexus Beta currently only officially supports the 195.62 driver from nvidia.com. Regarding support of the TCC driver, it is not currently supported, but Nexus debugging support using TCC is something we are considering for a future build.

Posted in link above:
Hi,
some questions:
I have tested on a GTX 275 (adding device id to the driver inf) with AMD 5850 as display good work..
(hmm I hope by saying that please don't block this possibilty similar to how are you going to block double prec potential by slowing down 4x on geforce fermi cards..)
By "Only CUDA is supported in this release" you mean OpenCL is supported right now?
I have tested OpenCL ocldeviceQuery and fails to search platform ID and is clear the driver doesn't include opencl.dll nor nvcompiler.dll..
Using that dlls from 196.34 don't work altough nvcuda.dll seems to have Khronos ICD entry points..
are you going to support OpenCL soon on Tesla driver?
I have not tested but are CUDA programs using textures mean to work? I assume yes altough a graphics feature..
Also what about for DirectCompute? i.e for DirectCompute apps not using graphics are you going to support it?
And finally Nexus, I have access to Nexus beta which supports by using two Nvidia cards in one PC debugging in one computer.. is this supported by using as display device an ATI card now one Nvidia card has not to have extended desktop
I hope you add support for Nexus for Tesla Computing driver in case it isn't supported right now..

Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Porting CUDA to OpenCL!
    Well so you want to port CUDA code to OpenCL: you are in AMD GPU competition of porting Cuda codes to opencl (see previous post) or you are ...
  • Megapost!
    Today fools{ *GTX 485 is 512 cores 3gbytes gddr5 and 850/1750 shaders.. *ati 5990 has 4 gpus in board.. *bulldozer benchmarks }end fools.. A...
  • About ATI and Nvidia drivers (OCL included)!
    Hi I have been investigating AMD and Nvidia drivers.. for 10.3 there are 3d hooks support for 120hz monitors but is d3d9 d3d10 or d3d11 enab...
  • things found in CUDA forums
    Also some CUDA news: Mandelbulb stereo angalyph -> have to port to 3D Vision http://forums.nvidia.com/index.php?showtopic=150985&st=2...
  • opencl/opengl linux interop! seen in opencl cuda 3.0 sdk samples
    Following my OpenCL/OpenGL Window interop work: now has come to Linux  for Nvidia GPU computing registered developers via 195.17 driver! Als...
  • State of the blog..
    Sorry for the delay guys of posting code of Apple OpenCL demos port.. the blog has been with no updated for more than 2 weeks in this rapid ...
  • Optix and OpenCL SDKs with Visual Studio 2010
    Optix 1.0 ========= install cg download Cmake 2.80 cmake says error dumpbin not found and it is cuda doesn't work with vc2010 so copy pt...
  • CUDA 3.0 forums stuff!
    1.Getting CUBIN instead of ELF If you need the older text format, you can disable ELF cubins in nvcc.profile by changing "CUBINS_ARE_EL...
  • News from the web!
    Some things learned in AMD forums: 1.Why 3xxx no OpenCL: Compute shader mode is a hardware feature that did not exist in the HD38XX line of ...
  • Shaders: measuring perf, source translation and parsing different languages!
    Hi, I hope to be pretty exhaustive of options for parsing and translating between graphics and compute shaders ( some open source) For DX sh...

Blog Archive

  • ►  2013 (5)
    • ►  September (1)
    • ►  March (3)
    • ►  February (1)
  • ►  2012 (1)
    • ►  December (1)
  • ▼  2010 (46)
    • ►  July (4)
    • ►  May (1)
    • ►  April (3)
    • ►  March (9)
    • ▼  February (15)
      • Reading Fermi CUDA stuff!
      • Questions about OpenCL AMD d3d9 interop!
      • News 25/2!
      • 3 new tools!
      • Ideas for porting algos to GPU:AVX SSE and MMX ports!
      • About ATI and Nvidia drivers (OCL included)!
      • Shaders: measuring perf, source translation and pa...
      • Enabling OpenCL Image support on AMD GPUs!
      • Running QT everywhere!
      • Parallel algorithms avaiable on CUDA,OCL,DC,CAL: s...
      • More news!
      • Learned from voxel rendering demo code: CUDA 3.0 h...
      • A month of news!
      • About Tesla computing driver!
      • A long report of the silence before the storm: AKA...
    • ►  January (14)
  • ►  2009 (125)
    • ►  December (51)
    • ►  November (53)
    • ►  October (21)
Powered by Blogger.

About Me

Unknown
View my complete profile