|
From: Nick T. <ni...@nv...> - 2004-01-08 02:57:41
|
Hi guys, Finally got vc++ installed, and got brook working on my laptop. I did have to change the 'workspace' enum in nv30gl.hpp from 2048 to 512, because my laptop has 32MB of memory. Is this going to cause any significant problems? From my quick inspection of the code, it looks fine, and the test apps I ran worked, just wanted to make sure. thanks, -Nick -----Original Message----- From: Ian Buck [mailto:ia...@gr...] Sent: Tuesday, December 16, 2003 7:23 PM To: Ian Buck Subject: Brook for GPUs http://graphics.stanford.edu/projects/brookgpu Brook for GPUs is an active research project at the Stanford University Computer Graphics Lab to explore general purpose computing on modern programmable graphics hardware. BrookGPU is a compiler and runtime implementation of the Brook stream programming language which provides an easy, C-like programming environment for today's GPU. The Beta version of our software is now available for download. If you are interested in GPU programming and would like to try BrookGPU, please visit the link above. Features: * C-like language for data parallel programming on the GPU. * No graphics or GPU programming experience needed. * Support for both ATI Radeon 9x00 and NVIDIA GeForceFX/QuadroFX hardware, using both DirectX and OpenGL APIs. * Complete CPU fall back implementation Brook for GPUs is an ongoing research project at the Stanford University Graphics Lab which is funded by IBM, SONY, ATI, NVIDIA, DARPA, and the DOE. |