Is it possible to build TensorRT engine for given compute capability (different from device it is running)?

I want to build engine for GPU with compute capability 6 on platform having GPU with compute capability 7.5. Is it possible? if yes how?

Hello @mark.eremeev,

Following links may help you.
Installation guide for TensorRT

Developer guide to use TensorRT

Thank you.