Add support for building rocgdb from external source directory#4457
Add support for building rocgdb from external source directory#4457
Conversation
marbre
left a comment
There was a problem hiding this comment.
This could use the therock_enable_external_source functions or follow how we handle it for rocm-systems as well as rocm-libraries:
Lines 139 to 151 in fc07dec
Commit 5523139 removes the function use for rccl (which was moved into rocm-systems) but that might give you an idea how this works. Happy to jump on a call if needed.
Let me adjust this then. |
c09172c to
e437624
Compare
|
Updated to use a similar scheme to rocm-systems. |
This enables developers to build rocgdb from a custom source location while preserving the TheRock wrapper infrastructure, supporting local development and testing of rocgdb modifications. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
e437624 to
26589d7
Compare
This enables developers to build rocgdb from a custom source location while preserving the TheRock wrapper infrastructure, supporting local development and testing of rocgdb modifications.