[rocprofiler-sdk] rename librocprofv3-attach.so (#1342)
* attach: rename librocprofv3-attach - Renames library to librocprofiler-sdk-rocattach - ROCAttach library will be formalized and documented in future commit * Address review comments - Rename rocprofv3-attach.py to rocprof-attach.py - Use common filesystem.hpp in rocattach * Fix component name typo * Doc fixup --------- Co-authored-by: JeniferC99 <150404595+JeniferC99@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ class rocprofiler_sdk_profiler(RocProfCompute_Base):
|
||||
)
|
||||
rocm_dir = Path(args.rocprofiler_sdk_library_path).parent.parent
|
||||
rocprofiler_attach_tool_path = str(
|
||||
rocm_dir / "lib" / "rocprofiler-sdk" / "librocprofv3-attach.so"
|
||||
rocm_dir / "lib" / "librocprofiler-sdk-rocattach.so"
|
||||
)
|
||||
ld_preload = [
|
||||
rocprofiler_sdk_tool_path,
|
||||
|
||||
Reference in New Issue
Block a user