Skip to content

[tensilelite] Re-apply test component config and fix PyTorch SDK test failure#5529

Open
archana-ramalingam wants to merge 3 commits into
mainfrom
users/aramalin/tensilelite-test-component-v2
Open

[tensilelite] Re-apply test component config and fix PyTorch SDK test failure#5529
archana-ramalingam wants to merge 3 commits into
mainfrom
users/aramalin/tensilelite-test-component-v2

Conversation

@archana-ramalingam
Copy link
Copy Markdown
Contributor

@archana-ramalingam archana-ramalingam commented May 29, 2026

Summary

Re-apply tensilelite test component configuration (reverted in #5520) and fix the testSharedLibrariesLoad failure on Python 3.10/3.11.

Technical details

Test plan

  • testSharedLibrariesLoad passes on Python 3.10/3.11 (no longer attempts to ctypes-load _rocisa.abi3.so)
  • tensilelite tests pass via test_tensilelite.py (48 passed, 200 GPU-skipped, 1 xfailed)
  • PyTorch wheel tests pass on gfx950/gfx1151

Fixes #5516

AIGECORE-1997

… failure

Re-applies #4991 (reverted in #5520) and fixes #5516.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@archana-ramalingam archana-ramalingam force-pushed the users/aramalin/tensilelite-test-component-v2 branch from 013446e to 86bab80 Compare May 29, 2026 21:03
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@archana-ramalingam archana-ramalingam force-pushed the users/aramalin/tensilelite-test-component-v2 branch from 86bab80 to f952643 Compare May 29, 2026 21:11
Comment thread requirements-test.txt
python-magic==0.4.27; sys_platform != "win32"

# tensilelite/rocisa test requirements
# TODO: Keep in sync with rocm-libraries/projects/hipblaslt/tensilelite/requirements.txt
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@geomin12 What is the recommended way to keep the versions here in sync with parent repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: TODO

Development

Successfully merging this pull request may close these issues.

[Issue] Linux PyTorch tests fail: _rocisa.abi3.so: undefined symbol: PyType_FromMetaclass on Python 3.10/3.11

1 participant