Where are weigths stored in cuda compile model(.so file)?

I used nm and objdump to find where weigths are stored, but I can’t find the in symbol table.

I thought the weights would be stored as global variables in the .so file, but that doesn’t seem to be the case.

Can someone tell me how the weights are stored in the .so?

And how codegen generates code on the cpu host side.

1 Like