-
Notifications
You must be signed in to change notification settings - Fork 95
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]: "unused" dependencies in requirements.txt #1441
Comments
Hi @AngryLoki. Internal ticket has been created to fix this issue. Thanks! |
Noted, I missed that part. Could you still select a single json reader? |
Hi @AngryLoki, These json libraries are indeed used here: hipBLASLt/tensilelite/Tensile/TensileCreateLibrary.py Lines 713 to 714 in e13e133
As for hipBLASLt/tensilelite/Tensile/Parallel.py Lines 35 to 37 in e13e133
As for your question above, I was able to build with a single reader, feel free to give this a try as desired for your environment. Feel free to open another issue if you have further concerns. Thanks! |
Problem Description
Hi,
At this moment https://github.com/ROCm/hipBLASLt/blob/develop/tensilelite/requirements.txt in tensilelite adds
simplejson
,ujson
andorjson
libraries. However in the source code only yaml and msgpack are supported (and this is not the only place, there are other places which support only.yaml
or.dat
):hipBLASLt/tensilelite/Tensile/TensileCreateLibrary.py
Lines 715 to 716 in e13e133
Also
packaging
seems to be unused (at least directly). Original Tensile library does not use these libraries - https://github.com/ROCm/Tensile/blob/develop/requirements.txt.These libraries require additional steps to build hipBLASLt in controlled network-isolated environments (see also #1396 (comment)). Could you remove them?
ROCm Version
ROCm 6.3.0
The text was updated successfully, but these errors were encountered: