Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: ROCm SDK 5.7.1 causes crash on gfx90c #3133

Closed
enpinion opened this issue May 15, 2024 · 1 comment
Closed

[Issue]: ROCm SDK 5.7.1 causes crash on gfx90c #3133

enpinion opened this issue May 15, 2024 · 1 comment

Comments

@enpinion
Copy link

enpinion commented May 15, 2024

Problem Description

HIP binary built with ROCm SDK 5.7.1 causes crash on Windows system with gfx90c (Vega Integrated).
This error raises whenever device access the memory.
amdhip64.dll -> hipMemUnmap + 340128 - Access Violation reading location 0x00000020

Operating System

Windows 11 23H2 (22631.3593)

CPU

AMD Ryzen 7 Pro 5850U with Radeon Graphics

GPU

AMD Radeon Graphics (gfx90c)
RX 560 (gfx803)

ROCm Version

ROCm 5.7.1

ROCm Component

HIP

Steps to Reproduce

  • Step 1 through 5 can be skipped. It is just for verify 5.5.1 works without any problem.
  1. Install HIP SDK 5.5.1 (https://www.amd.com/en/developer/resources/rocm-hub/hip-sdk.html)
  2. Create "MatrixTranspose" HIP example project in Visual Studio
  3. Add "gfx90c" to offloading
  4. Build and run.
  5. No problem
  6. Install HIP SDK 5.7.1
  7. Setup the "MatrixTranspose" HIP example project to use HIP SDK 5.7.1 in Visual Studio
  8. Build and run.
  9. Crash.

(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support

No response

Additional Information

Driver version: 24.3.1

@ppanchad-amd
Copy link

@enpinion gfx90c is not officially supported in ROCm SDK 5.7.1.

@ppanchad-amd ppanchad-amd closed this as not planned Won't fix, can't repro, duplicate, stale May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants