rapidsai / rmm

RAPIDS Memory Manager
https://docs.rapids.ai/api/rmm/stable/
Apache License 2.0
446 stars 188 forks source link

rmm needs to link to nvtx3::nvtx3-cpp to support installed nvtx3 #1569

Closed robertmaynard closed 1 month ago

robertmaynard commented 1 month ago

Description

If nvtx3 is already installed on the system via rapids-cmake rmm fails to link since it uses the non-namespaced target names.

Checklist

robertmaynard commented 1 month ago

Blocked on: https://github.com/rapidsai/rapids-cmake/pull/617

robertmaynard commented 1 month ago

/merge