vmiura wrote:
gcnc. What's that and where can we get it?
Hi vmiura,
The best answer is it's my attempt at building a GCN hardware specific C compiler/assembler that can run in AMD's opencl environment. The compiler is not like opencl and is not meant to be. When GCN first came out, I (and a few others) looked at ways of working with this new and amazingly powerful hardware architecture. After an assembler, I thought a C compiler could ease the task of writing assembly code, much like early C.
It's purely a personal project (and daunting task) but might be nice to open up someday as interest in GCN grows.
You can see what it looks like here gcnc_link.
Sorry, no downloads yet