NVlabs / NVBit

220 stars 20 forks source link

What is the maximum number of bits/bytes allowed after nvbit_insert_call? #107

Open rodhuega opened 1 year ago

rodhuega commented 1 year ago

Hi, I'm trying to insert a different kind of information with nvbit_insert_call. I don't know if I have reached a limit and this is the reason for getting an error when the kernel finishes.

So, what is the limit of bits of bytes to insert after calling nvbit_insert_call?

Is there any possibility of inserting information for sizes less than 32? for example 16/8/4?

Thank you.