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]: hipDeviceProp_t name attribute is empty #3069

Open
abagusetty opened this issue Apr 25, 2024 · 1 comment
Open

[Issue]: hipDeviceProp_t name attribute is empty #3069

abagusetty opened this issue Apr 25, 2024 · 1 comment

Comments

@abagusetty
Copy link

Problem Description

Reopening since the attribute name for the device string is empty with rocm-6.0.0 on MI250, MI100, MI250x. Tagging @nartmada

HIP version: 6.0.32830-d62f6a171
AMD clang version 17.0.0 (https://github.com/RadeonOpenCompute/llvm-project roc-6.0.0 23483 7208e8d15fbf218deb74483ea8c549c67ca4985e)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /soft/compilers/rocm/rocm-6.0.0/llvm/bin
Configuration file: /soft/compilers/rocm/rocm-6.0.0/lib/llvm/bin/clang++.cfg

Operating System

openSUSE Leap 15.4

CPU

AMD EPYC 7543 32-Core Processor

GPU

AMD Instinct MI250X, AMD Instinct MI250, AMD Instinct MI100

ROCm Version

ROCm 6.0.0

ROCm Component

HIP

Steps to Reproduce

#include<iostream>
#include <hip/hip_runtime.h>
int main(){
  hipDeviceProp_t deviceProp;
  hipGetDeviceProperties(&deviceProp, 0);
  std::cout << deviceProp.name << std::endl;
}

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

No response

Additional Information

Mentioned in these issues: #1625, #1778

@nartmada
Copy link
Collaborator

@abagusetty, can you please try ROCm 6.1.0? Thanks.
image

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