cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Gametimehero
Journeyman III

Matrix Transpose in IL

IL indexing

How would I do a matrix transpose in IL?  I looked through the IL Spec v2 document and it is unclear in this regard.

Imagine that with 1 input matrix and 1 output matrix, all I would need to do is use the mov instruction w/ the right indexing in IL.

Please help!

0 Likes
2 Replies

There are two separate matrix transpose samples in the CAL version of the SDK, please look at those. There also is some analysis in the programmers guide I believe on the performance differences between the two approaches.
0 Likes

For some reason, my directories only show the openCL example instead of the CAL examples.

Any ideas on where I can find these?

 

**UPDATE:

I was able to find the examples in ATI STREAM SDK V2.3

0 Likes