We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VectorCGRA/fu/flexible/FlexibleFuRTL.py
Lines 94 to 95 in 49a4018
instead of nested for loop.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Thanks @emrahuzucar355, runs-on: ubuntu-20.04 can walk around our version incompatible issue between python and ubuntu22 for now.
runs-on: ubuntu-20.04
tancheng
yo96
No branches or pull requests
VectorCGRA/fu/flexible/FlexibleFuRTL.py
Lines 94 to 95 in 49a4018
instead of nested for loop.
The text was updated successfully, but these errors were encountered: