HSAFoundation / HSA-Runtime-AMD

The HSA-Runtime
Other
48 stars 16 forks source link

HSA-Runtime-AMD on windows #22

Open meysamrajabi95 opened 1 year ago

meysamrajabi95 commented 1 year ago

How should I install HSA-Runtime-AMD on Windows?

VincentSC commented 1 year ago

Have you checked the documentarion? https://rocm.docs.amd.com/en/latest/

johnbridgman commented 1 year ago

[AMD Official Use Only - General]

The published HSA runtime code is for Linux only, but we have started including equivalent code (ROCm) in recent Windows drivers.

https://rocm.docs.amd.com/en/latest/release/windows_support.html

Under "Windows Supported GPUs" note that there are two tabs, one for workstation cards and another for consumer cards.

https://www.amd.com/en/developer/rocm-hub/hip-sdk.html

The SDK includes files required for building applications that use HIP/ROCm, while the runtime code is included in the drivers.

Thanks, John


From: Meysam Rajabi @.> Sent: August 9, 2023 3:13 PM To: HSAFoundation/HSA-Runtime-AMD @.> Cc: Subscribed @.***> Subject: [HSAFoundation/HSA-Runtime-AMD] HSA-Runtime-AMD on windows (Issue #22)

How should I install HSA-Runtime-AMD on Windows?

— Reply to this email directly, view it on GitHubhttps://github.com/HSAFoundation/HSA-Runtime-AMD/issues/22, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABTZFOVTV6ASUWNMNZXH6BLXUPON5ANCNFSM6AAAAAA3KOF23Q. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Neumann-A commented 11 months ago

The SDK includes files required for building applications that use HIP/ROCm, while the runtime code is included in the drivers.

Does this mean the driver could fullfill the requirements of find_package(hsa64-runtime) (e.g. https://github.com/pytorch/pytorch/blob/7a18376187339c69b514901b83acd36cd42a05d3/cmake/public/LoadHIP.cmake#L280) somehow and the missing piece is an import library for the linker?