Hi, I try to use nsys CLI on the WSL2(ubuntu 22.04 + cuda 11.8 + host driver 536.25),but when i try to profile a python file containing hugging face transformer calling cuda.
Errors come below:
(transformer) ubuntu@D3211230-IGU:/tmp/fdy$ nsys profile -w true -t cuda,nvtx,osrt,cudnn,cublas -s cpu --cudabacktrace=true -x true -o my_profile python ./test.py
<logs_in_test.py>
Generating '/tmp/nsys-report-d595.qdstrm'
FATAL ERROR: /build/agent/work/323cb361ab84164c/QuadD/Common/GpuTraits/Src/GpuTicksConverter.cpp(376): Throw in function QuadDCommon::TimestampType GpuTraits::GpuTicksConverter::ConvertToCpuTime(const QuadDCommon::Uuid&, uint64_t&) const
Dynamic exception type: boost::wrapexcept<QuadDCommon::NotFoundException>
std::exception::what: NotFoundException
[QuadDCommon::tag_message*] = No GPU associated to the given UUID
and my nsys version in WSL2 is:
(transformer) ubuntu@D3211230-IGU:/tmp/fdy$ nsys -v
NVIDIA Nsight Systems version 2022.4.2.1-df9881f
Could you help me? how to use nsys correctly in WSL2 or it’s unsupported?