Anyone know how to determine free/available
global memory on a GPU, similar to the CUDA "cudaMemGetInfo(&free_byte, &total_byte);?
.
I've searched the Alea
website for the API trying to locate a property to determine free bytes, but nothing seems to fit the bill.
Thanks.