Skip to content

Commit

Permalink
maybe this time it will work
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonvanderbyl committed Jan 8, 2024
1 parent 903636f commit 1676d30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Compilation
env:
SCONS_CACHE: ${{ steps.godot-cache.outputs.scons-cache }}
SCONS_CACHE: ${{github.workspace}}/.scons_cache/
run: |
scons arch=arm64 target=${{ matrix.target }} ${{ matrix.sconsflags }} -j4
Expand Down
13 changes: 2 additions & 11 deletions SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,11 @@ if(env["PLATFORM"] != "win32"):
if env["arch"] == "arm32":
print("arm32")


# env_rwkv.Append(CCFLAGS=['-march=armv8-a+simd'])
# clang, dont use march
# env_rwkv.Append(CCFLAGS=['-mpfu=neon-fp-armv7'])

else:
print("arm64")

# env_rwkv.Append(CCFLAGS=['-march=armv8.2-a+simd+crypto'])

# armv8
# env_rwkv.Append(CCFLAGS=['-mfpu=neon-fp-armv8'])

# -fopenmp -flto -fopenmp -funroll-loops -D_GLIBCXX_PARALLEL
env_rwkv.Append(CCFLAGS=['-march=armv8.2-a+bf16'])




Expand Down
2 changes: 1 addition & 1 deletion rwkv.cuh

0 comments on commit 1676d30

Please sign in to comment.