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

[P0] Reduce all FUs to one out #51

Open
tancheng opened this issue Dec 28, 2024 · 2 comments
Open

[P0] Reduce all FUs to one out #51

tancheng opened this issue Dec 28, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@tancheng
Copy link
Owner

s.send_out[j].msg @= s.fu[i].send_out[j].msg
s.send_out[j].en @= s.fu[i].send_out[j].en

instead of nested for loop.

@tancheng tancheng added the bug Something isn't working label Dec 28, 2024
@tancheng tancheng changed the title Reduce all FUs to one out [P0] Reduce all FUs to one out Jan 3, 2025
@tancheng tancheng mentioned this issue Jan 3, 2025
4 tasks
@emrahuzucar355
Copy link

jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8' # Python sürümünü burada belirtebilirsiniz
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y llvm-12

@tancheng
Copy link
Owner Author

Thanks @emrahuzucar355, runs-on: ubuntu-20.04 can walk around our version incompatible issue between python and ubuntu22 for now.

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
Development

No branches or pull requests

3 participants