Skip to content

Draft: legion_prof_rs: Implement NVTXW export

Evan Ramos requested to merge legionprofrs-nvtxw into master

This is the set of changes we have made to implement Legion Prof + Nsight Systems integration via the new NVTXW API.

We are still putting finishing touches on this code but it is ready to be looked over by Legion team members.

Specific points of feedback I'm interested in:

  • Any issues with whether the Rust code and use of bindgen are idiomatic.
  • Layout of files we have added to the repository.
  • Any mismatches between the code as written and the Legion project.
  • Anything else you see.

Merge request reports