d902429f1f
## Motivation ROCR on Windows uses WSL implementation as the codebase. We want to make sure Windows changes can continue to work with WSL and share the same core implementation. Hence, it's easier to maintain the code under the same rocm-system infrastructure and automate all builds/tests in the future. ## Technical Details The new files is the copy of https://github.com/ROCm/librocdxg/ with preserved history. Native windows support and clean-ups will be added in the following check-ins. The same command lines can be used to build WSL under libhsakmt folder for now. ``` # Set the Windows SDK path (adjust version number if different) export win_sdk='/mnt/c/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/' # Build the library mkdir -p build cd build cmake .. -DWIN_SDK="${win_sdk}/shared" make sudo make install ``` ## JIRA ID SWDEV-558849 ## Test Plan N/A ## Test Result N/A ## Submission Checklist