-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Build] AIX tests failures for Multi-Lora feature #22364
Comments
@snnn @tianleiwu @yuslepukhin I did some debugging on above.
After swapping the shape , I see that this test is passing.
I assume raw_data is float (it can be any other supported type also) as of now and swapped raw_data buffer to see whether test is passing or not.
So as per my understanding , we need to consider both below case.
Let me know your thoughts. |
The fix is coming shortly. |
Please, try the above branch and see if this works for you. |
@yuslepukhin
|
@skottmckay |
…2375) ### Description <!-- Describe your changes. --> flatbuffers always write data in LE and it is automatically traslated to/from BE as needed, but only if we use proper accessors. This would work for shape. However, we store parameters as bytes, so we need to swap bytes as needed for BE. ### Motivation and Context Address #22364
…2375) ### Description <!-- Describe your changes. --> flatbuffers always write data in LE and it is automatically traslated to/from BE as needed, but only if we use proper accessors. This would work for shape. However, we store parameters as bytes, so we need to swap bytes as needed for BE. ### Motivation and Context Address #22364
…crosoft#22375) ### Description <!-- Describe your changes. --> flatbuffers always write data in LE and it is automatically traslated to/from BE as needed, but only if we use proper accessors. This would work for shape. However, we store parameters as bytes, so we need to swap bytes as needed for BE. ### Motivation and Context Address microsoft#22364
Describe the issue
As mentioned in #22046 , in AIX,
Below tests are failing . I am expecting similar failures in python bindings.
This issue is to track these test failures.
Urgency
No response
Target platform
AIX
Build script
AIX Build instruction can be referred from https://onnxruntime.ai/docs/build/inferencing.html
Error / output
Visual Studio Version
No response
GCC / Compiler Version
10.3
The text was updated successfully, but these errors were encountered: