Alberto de Sá Cavalcanti de Albuquerque
unread,Dec 19, 2011, 3:56:51 PM12/19/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gpuo...@googlegroups.com, Fernando Magno Quintao Pereira
Dear guys,
I am trying to use Ocelot to determine the amount of shared memory that each kernel declares statically. For instance, the NVIDIA SDK's transpose benchmark starts like:
entry _Z9transposePfS_ii(...) {
.shared .align 4 .b8
__cuda___cuda_local_var_84432_32_non_const_block16[1088];"
...
}
Is there a way to use Ocelot to know that the amount of memory allocated to the static array is 1088 bytes?
Sincerely yours,
Alberto de Sá Cavalcanti de Albuquerque