NVlabs / NVBit

198 stars 18 forks source link

Texture Memory Reference #105

Closed JRPan closed 1 year ago

JRPan commented 1 year ago

Hi,

I'm trying to dump addresses for load and stores. I can see the memory address correctly printed for all instructions except TEX. For TEX, there is no memory reference. Does TEX require special handling? Or it's not supported? I'm using nvbit_add_call_arg_mref_addr64 to get the memory reference.

Thank you in advance! JR

ovilla commented 1 year ago

The automatic generation of memory references out of texture instruction operands is not supported in nvbit. You could still create the memory references manually if you know how texture instruction operands are used to create memory references.