cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Ivan_32
Journeyman III

GPU Assembly Language

Where can i find information about ATI/AMD GPU-assembly  language and general information about code execution and CPU->GPU info transfers protocol.

PS: sorry for my english.

PPS: I have an Radeon HD5870 1GB, if it matters.(mayber there are an specification of my GPU).

0 Likes
3 Replies

Ivan,
Please look at the documentation provided with the stream SDK, there is an ISA doc included. Documentation can also be found here: http://developer.amd.com/gpu/A...ges/Documentation.aspx
0 Likes

Where can i get CAL SDK ? If i understand correctly CAL is an low level language and Brook+ is high-level, so what im need is named CAL?

I just want to write an low-level asseembly but what about loading the code to GPU  - this i want to be done "from box".

Thank you for answers.

0 Likes

CAL SDK ships with ATI Stream innstalller. The SDk contains samples that you can look at.

You can also look at http://developer.amd.com/gpu_assets/Stream_Computing_User_Guide.pdf for CAL documentation.

0 Likes