I saw from CUPTI documentation that there might be the possibility of gathering information on the temperature during the activity tracing by enabling the CUPTI_ACTIVITY_KIND_ENVIRONMENT
object. However, I experienced that, using the function cuptiActivityEnable
provided among the CUPTI APIs to enable CUPTI_ACTIVITY_KIND_ENVIRONMENT, stderror throws a CUPTI_ERROR_NOT_COMPATIBLE
. After carefully reviewing the CUPTI documentation, I still find it unclear whether I should initialize it using cuptiActivityEnable
from the CUPTI tool or if a different initialization method is required.
I am currently using an RTX 4060 with CUDA 12.6, but I have the same issue when running the same script on the Jetson Nano Developer Kit.
Sorry for the issue you met.
Can you provide a mini repro for us ?
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.