I have a Python script running inference on some deep learning models.
Is there any way I can find out the GPU resource utilization levels? For instance, utilization of shaders, float16 multipliers, etc.
I can't seem to find much documentation online regarding those GPU resources.
Thank you!