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, 14 January 2010

Thinking about direct3d 11 vs OCL..

Posted on 09:57 by Unknown
update:
another d3d11 advantage is that it has cross vendor binary shaders avoiding need to ship source code also cl has binary support but device dependent and perhaps not future proof among same devices/platforms..
so it's of no use you must ship code similar to glsl..
note that tegra2 sdk has extension (opengl es 2.0 has)
for compiling the gl shader sources to binaries in GLES 2.0.. and using it altough it has some issues with fixed state setup as alpha blending or others and you must follow rules but perhaps this would indicate Nvidia will add binary shaders to desktop gl 3.x drivers?..
A d3d11 disadvantage is multi GPU explicit management seems more intrincate.. and what about events, command buffers, etc.. also no profiling info?..
also no concept of platform and devices in d3d11 is all graphic devices and due to that multidevice management seems more complex need to test a compute shader program load balacing ati and nvidia gpu's: note this is achieved now in ATI+Nvidia GPUs in DirectCompute benchamrk in OCL mode and also smallpt 2.0 beta OCL uses CPU+GPU (multidevice) load balancer..
so good..

also found today that at least since cuda 2.3 we have:
CURTEXPORT cudaError_t CUDARTAPI cudaSetValidDevices(int *device_arr, int len);
seems similar to compute excluse mode..
also cudamemgetinfo in cuda 3.0 is new..
can't get that by other means? must see cudevicequery..
remember also ati ska 1.53 with d3d11 support which says info of kernels as alu limited,tex limited, etc..
no similar info for opencl in profiler in vs..
also ska not so info for glsl shaders.. only hlsl.
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)
    • ▼  January (14)
      • GLES 2.0 (and 1.x) emulators..
      • OpenCL Nvidia DirectX (up to 11) extensions publis...
      • Some suggestions questions and problems I have..
      • Why I want a tablet more than a netbook..
      • More news:Found a nice blog with DirectCompute stu...
      • Integer GPU computing apps..
      • MsC project ideas!
      • 3d stereo: news
      • Thinking about renderants and bsgp..
      • Thinking about direct3d 11 vs OCL..
      • AMD news..
      • News learned this days..
      • GPU Computing calendar for Feb March 10!
      • Blog 2009 posts in PDF!
  • ►  2009 (125)
    • ►  December (51)
    • ►  November (53)
    • ►  October (21)
Powered by Blogger.

About Me

Unknown
View my complete profile