I was able to create a plugin and this repo really helped with the boiler plate code.
One addition that I want to make in my enqueue function is that I want to call my cuda binding.
How can I make the cuda code and header come in scope of the project created by
trtpg generate --yaml plugin.yml --output ./plugin_codes
I was able to create a plugin and this repo really helped with the boiler plate code.
One addition that I want to make in my
enqueuefunction is that I want to call my cuda binding.How can I make the cuda code and header come in scope of the project created by
trtpg generate --yaml plugin.yml --output ./plugin_codes