Make memory segment executable #740
Unanswered
albinahlback
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I make a piece of memory executable in the GPU? I want to allocate a piece of memory, write SASS instructions on there, make the piece of memory executable and then execute the memory. It would further help if I could make it writable again and reuse this memory segment.
If it helps, you can assume that I'm on a recent Linux distro with recent NVIDIA drivers running a card from the RTX 4000 series.
If this is not really possible with a current release, where should I look to alter the source code for the driver to make this possible?
Beta Was this translation helpful? Give feedback.
All reactions