--cuda-um-gpu-page-faults and --cuda-um-cpu-page-faults is not regocnized

I’m trying to run this command

nsys profile --stats=true --cuda-memory-usage=true --cuda-um-cpu-page-faults=true --cuda-um-gpu-page-faults=true CudaRuntime1

the response I’m getting is

unrecognised option ‘–cuda-um-cpu-page-faults=true’

usage: nsys profile [] [application] []
Try ‘nsys profile --help’ for more information.

My target is to the the page fault data of my cuda program.

@skottapalli can you comment on this?

@adrielteng - what is the version of nsys?
What is the target platform - OS and hardware?

NVIDIA Nsight Systems version 2024.4.1.61-244134315967v0
windows 11 rtx 3070

The support on Windows platform for unified memory is limited. See CUDA C++ Programming Guide
Nsight Systems does not support collection of --cuda-um-gpu-page-faults and --cuda-um-cpu-page-faults on Windows.

oh ok thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.