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]: VX_AMD_MIGRAPHX - GDF Sample Error #1410

Open
kiritigowda opened this issue Aug 20, 2024 · 2 comments
Open

[Issue]: VX_AMD_MIGRAPHX - GDF Sample Error #1410

kiritigowda opened this issue Aug 20, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@kiritigowda
Copy link
Collaborator

Problem Description

ONNX MNIST failure

Start 3: vx_amd_migraphx_test

3: Test command: /opt/rocm/bin/runvx "-dump-profile" "file" "/home/kiriti/develop/mivisionx-kiriti/MIVisionX/tests/amd_migraphx_tests/gdf/vx_migraphx_test.gdf"
3: Test timeout computed to be: 1500
3: runvx 1.0.0
3: OK: using AMD OpenVX 1.3.0
3: OK: loaded 1 kernels from libvx_amd_migraphx.so
3: OK: loaded 39 kernels from libvx_nn.so
3: OK: OpenVX using GPU device - 0: Radeon RX 7900 XT [gfx1100] with 84 CUs on PCI bus 03:00.0
3: MIGraphX Error: /long_pathname_so_that_rpms_can_package_the_debug_info/src/extlibs/AMDMIGraphX/src/include/migraphx/op/convolution.hpp:100: normalize_compute_shape: CONVOLUTION: mismatched channel numbers
3: terminate called after throwing an instance of 'std::runtime_error'
3:   what():  Failed to call function
1/1 Test #3: vx_amd_migraphx_test .............Subprocess aborted***Exception:   2.52 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   2.53 sec

The following tests FAILED:
	  3 - vx_amd_migraphx_test (Subprocess aborted)

Operating System

Ubuntu

CPU

ALL

GPU

AMD Radeon Pro W7900

Other

No response

ROCm Version

ROCm 6.0.0

ROCm Component

MIVisionX

Steps to Reproduce

No response

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

No response

Additional Information

No response

@kiritigowda kiritigowda added the bug Something isn't working label Aug 20, 2024
@kiritigowda
Copy link
Collaborator Author

@LakshmiKumar23 any updates on this?

@kiritigowda
Copy link
Collaborator Author

@LakshmiKumar23 add fix for issue #1415 here

Needed to run migraphx on Ubuntu22, which needs -lcrypto. QA had some issues with running the tests and this fixed it

sudo apt install libssl-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants