Re: [OT] python notation in new NVIDIA architecture

2007-02-27 Thread Tim Roberts
"Daniel Nogradi" <[EMAIL PROTECTED]> wrote: >Something funny: > >The new programming model of NVIDIA GPU's is called CUDA and I've >noticed that they use the same __special__ notation for certain things >as does python. For instance their modified C language has identifiers >such as __device__, __

RE: [OT] python notation in new NVIDIA architecture

2007-02-26 Thread Delaney, Timothy (Tim)
Daniel Nogradi wrote: >>> Something funny: >>> >>> The new programming model of NVIDIA GPU's is called CUDA and I've >>> noticed that they use the same __special__ notation for certain >>> things as does python. For instance their modified C language has >>> identifiers such as __device__, __glob

Re: [OT] python notation in new NVIDIA architecture

2007-02-26 Thread Daniel Nogradi
> > Something funny: > > > > The new programming model of NVIDIA GPU's is called CUDA and I've > > noticed that they use the same __special__ notation for certain things > > as does python. For instance their modified C language has identifiers > > such as __device__, __global__, __shared__, etc. I

Re: [OT] python notation in new NVIDIA architecture

2007-02-26 Thread James Stroud
Daniel Nogradi wrote: > Something funny: > > The new programming model of NVIDIA GPU's is called CUDA and I've > noticed that they use the same __special__ notation for certain things > as does python. For instance their modified C language has identifiers > such as __device__, __global__, __share