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
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 bytrtpg generate --yaml plugin.yml --output ./plugin_codes