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

[Feature]: Ignore unsupported architectures #138

Open
benrichard-amd opened this issue Feb 22, 2024 · 1 comment
Open

[Feature]: Ignore unsupported architectures #138

benrichard-amd opened this issue Feb 22, 2024 · 1 comment

Comments

@benrichard-amd
Copy link

Suggestion Description

My laptop is an HP Omen. It has a gfx90c (not supported) and a gfx1032 (supported). The gfx90c cannot be disabled, even in the BIOS. I cannot run rocprof because it detects the gfx90c then fails:

terminate called after throwing an instance of 'rocprofiler::util::exception'
  what():  Translate(), ImportMetrics: bad block name 'GRBM', GFXIP is not supported(gfx90c)
/usr/local/bin/rocprofv2: line 304:  4006 Aborted                 (core dumped) LD_PRELOAD=$LD_PRELOAD:$ROCM_DIR/lib/rocprofiler/librocprofiler_tool.so $*

Shouldn't we be ignoring unsupported GPUs and only failing if a supported one cannot be detected?

Operating System

No response

GPU

No response

ROCm Component

No response

@oldxie
Copy link

oldxie commented Jun 3, 2024

any update ?
rocminfo show that 2 devices (gfx1030 gfx90c) and I try to set ROCR_VISIBLE_DEVICES only gfx1030 but doesn't work

export ROCR_VISIBLE_DEVICES="1,GPU-****" && sudo rocprofv2 --list-counters terminate called after throwing an instance of 'rocprofiler::util::exception' what(): Translate(), ImportMetrics: bad block name 'GRBM', GFXIP is not supported(gfx90c) /usr/bin/rocprofv2: line 87: 828160 Aborted (core dumped) /opt/rocm-6.1.1/libexec/rocprofiler/ctrl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants