Closed YefanWu closed 2 months ago
Documentation
Documentation/Tutorial/Example, Others
Yes
spu 0.9.0
Linux Ubuntu 22.04
3.10
GCC 11.4
This line sets $BAZEL_ARCH = arm64 in both of the control flows.
if [ "$TARGETPLATFORM" = "linux/arm64" ] ; then BAZEL_ARCH=arm64 ; else BAZEL_ARCH=amd64 ; fi \
Nothing more here.
No response
link is here
Issue Type
Documentation
Modules Involved
Documentation/Tutorial/Example, Others
Have you reproduced the bug with SPU HEAD?
Yes
Have you searched existing issues?
Yes
SPU Version
spu 0.9.0
OS Platform and Distribution
Linux Ubuntu 22.04
Python Version
3.10
Compiler Version
GCC 11.4
Current Behavior?
This line sets $BAZEL_ARCH = arm64 in both of the control flows.
Standalone code to reproduce the issue
Relevant log output
No response