nsys profile -w true -t cuda,nvtx,osrt,cudnn,cublas -s cpu --cud -x true pythonabs.py"""–stats=true,表示在收集完信息后,会在终端输出本次profiling的统计概要。-t cuda,用于指定待profiling的 API.可以设置为cublas, cuda, cudnn, nvtx, opengl, openacc, openmp, osrt, mpi, vulkan, none"...