cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

darule0
Journeyman III

How to fill GPU memory and then view the amount of memory used on the GPU?

I have been going through the tutorials and applications that came with 1.4 Beta

I have been going through the tutorials and applications that came with 1.4 Beta and it seems they all read very small matrices into the GPU <40KB each matrix. If there is a cap on the matrix size, how can the 1GB of the AMD FireStream be filled up? Can this memory only be used to queue up many small matrices for ordered processing? Is there another way to fill up GPU memory? Also, how can I view the current available/free memory of the GPU? Is there some kind of monitor tool for this?

0 Likes
3 Replies
darule0
Journeyman III

I am running this with:
   Catalyst 9.9
   Windows vista 32-bit
   Stream Computing SDK 1.4 (beta)

0 Likes

The GPU I am using is: FireStream 9250

0 Likes

CAL provides different methods to query this information.

Yopu can use calDeviceGetInfo, calDeviceGetAttribs, calDeviceGetStatus methods.

0 Likes