Rendermonkey, but that was a shader editor.Originally posted by: clandren
didnt ati have something called monkey something or other?
Originally posted by: ViRGE
Nvidia is to CUDA as ATI is to Brook+ and CAL.
CTM is deprecated, it was so low-level that it could only be used on R5xx making it a dead-end solution. Its replacement is CAL, which is slightly higher level and as such can be used on newer architectures going forward.Originally posted by: tanishalfelven
i'm surprised no one mentioned CTM (close to metal) yet.
http://www.google.com.pk/searc...+ati&btnG=Search&meta=
Brook+ is actually fairly well established in academia. It was a Stanford project that AMD adopted and further augmented for their own needs. For all practical purposes, it's just as functional as CUDA, although obviously the language differences mean that CUDA and Brook+ code aren't quite compatible even if they are both supersets of C. CAL doesn't get a lot of public attention because it's not often used by developers directly, rather it's the assembly code that other applications can generate and hence is used by toolset developers like RapidMind. The NVIDIA equivalent is PTX , if anyone is interested.Originally posted by: Cookie Monster
Now i remember. I haven't heard about CAL or Brook+ since it was announced im afraid. Just how are these progressing?
Right now, i know that CUDA will enable SuperPi to run on GPUs real soon.