You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(6) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ian B. <ia...@gr...> - 2004-02-05 22:01:57
|
This email is a test. Ian. |
From: Ian B. <ia...@gr...> - 2004-02-05 20:12:06
|
In case you didn't know, brook is cool. Ian. |
From: Ian B. <ia...@gr...> - 2004-01-23 04:03:28
|
I will be out of the office starting Thursday, January 22th through Monday, January 26th and will not be checking email. Ian. (This email was auto-generated by qmail) |
From: Panzar A. <and...@as...> - 2004-01-22 11:40:00
|
Is there a benchmark with some cards ? The only reference is a 5900 .. Thank You -- Panzar Andrei Network Administrator Astral TELECOM Internet |
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. |
From: Suresh V. <su...@re...> - 2004-01-03 07:18:15
|
Hi, I was trying to make brook via cygwin on my XP box. since it finds Windows-NT.mk file and then assumes I have visual studio, should I create a cygwin edited version of the file that has the linux settings and the appropriate NT flags ? or is there something more involved that I need to do. thanks Suresh Venkatasubramanian, Ph: 973 360 8951 (o) Member, Technical Staff Web: http://www.research.att.com/~suresh/ AT&T Shannon Labs "The guitar is the ideal instrument for anyone who is able to love loneliness." --Angelo Gilardino |
From: Nick T. <ni...@nv...> - 2004-01-02 00:49:52
|
Sorry, momentary lapse of intelligence. Looks like the Windows version depends upon MS VC++ to build at least brcc, I'll go install that now. -Nick -----Original Message----- From: Nick Triantos Sent: Thursday, January 01, 2004 4:17 PM To: 'bro...@li...' Subject: RE: Brook for GPUs Hi folks, I'm having trouble building Brook. It's on a brand new WinXP installation, with Cygwin (only gcc, g++, make, flex, bison, binutils), ActivePerl 5.8.0, and Python 2.3.3 installed. I'm hoping someone can help. When I just type make, I get the non-helpful "Error 255" from make. Any ideas? Thanks, and happy new year. -Nick nick@triantos /cygdrive/c/src/brook $ make Rebuilding dependencies for context.cpp Rebuilding dependencies for decl.cpp Rebuilding dependencies for express.cpp Rebuilding dependencies for parseenv.cpp Rebuilding dependencies for project.cpp Rebuilding dependencies for stemnt.cpp Rebuilding dependencies for symbol.cpp Rebuilding dependencies for token.cpp Rebuilding dependencies for location.cpp Rebuilding dependencies for brtdecl.cpp Rebuilding dependencies for lexer.cpp Rebuilding dependencies for gram.cpp Rebuilding dependencies for main.cpp Rebuilding dependencies for getopt.c Rebuilding dependencies for brtexpress.cpp Rebuilding dependencies for codegen.cpp Rebuilding dependencies for subprocess.cpp Rebuilding dependencies for brtstemnt.cpp Rebuilding dependencies for b2ctransform.cpp Rebuilding dependencies for brtkernel.cpp Rebuilding dependencies for b2creduce.cpp Rebuilding dependencies for brtscatter.cpp Rebuilding dependencies for b2cindex.cpp Rebuilding dependencies for brtreduce.cpp Rebuilding dependencies for brtgather.cpp make[2]: *** [built/context.obj] Error 255 make[1]: *** [dep] Error 2 make: *** [brcc] Error 2 nick@triantos /cygdrive/c/src/brook $ -----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. |
From: Nick T. <ni...@nv...> - 2004-01-02 00:17:37
|
Hi folks, I'm having trouble building Brook. It's on a brand new WinXP installation, with Cygwin (only gcc, g++, make, flex, bison, binutils), ActivePerl 5.8.0, and Python 2.3.3 installed. I'm hoping someone can help. When I just type make, I get the non-helpful "Error 255" from make. Any ideas? Thanks, and happy new year. -Nick nick@triantos /cygdrive/c/src/brook $ make Rebuilding dependencies for context.cpp Rebuilding dependencies for decl.cpp Rebuilding dependencies for express.cpp Rebuilding dependencies for parseenv.cpp Rebuilding dependencies for project.cpp Rebuilding dependencies for stemnt.cpp Rebuilding dependencies for symbol.cpp Rebuilding dependencies for token.cpp Rebuilding dependencies for location.cpp Rebuilding dependencies for brtdecl.cpp Rebuilding dependencies for lexer.cpp Rebuilding dependencies for gram.cpp Rebuilding dependencies for main.cpp Rebuilding dependencies for getopt.c Rebuilding dependencies for brtexpress.cpp Rebuilding dependencies for codegen.cpp Rebuilding dependencies for subprocess.cpp Rebuilding dependencies for brtstemnt.cpp Rebuilding dependencies for b2ctransform.cpp Rebuilding dependencies for brtkernel.cpp Rebuilding dependencies for b2creduce.cpp Rebuilding dependencies for brtscatter.cpp Rebuilding dependencies for b2cindex.cpp Rebuilding dependencies for brtreduce.cpp Rebuilding dependencies for brtgather.cpp make[2]: *** [built/context.obj] Error 255 make[1]: *** [dep] Error 2 make: *** [brcc] Error 2 nick@triantos /cygdrive/c/src/brook $ -----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. |
From: <ha...@ib...> - 2003-12-21 13:48:09
|
Thanks Ian. I posted a news Item at GPGPU.org Mark > 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. > > > |
From: Anthony S. <she...@st...> - 2003-12-20 19:30:40
|
Do I still need Cg if I am compiling to the DX9 backend? One of the web pages says that an ARB backend is supported, is that true, yet? Thanks alot Ian, I think my lab is going to really love working with this. _Tony |
From: Ian B. <ia...@gr...> - 2003-12-17 03:21:50
|
test |