Commit 0e884d9
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| 55 | + | |
| 56 | + | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| |||
- .clang-format+13
- .clang-tidy+7
- .env+2-2
- .github/workflows/release.yml+2
- .github/workflows/tests.yml+27-3
- .gitignore+1
- VERSION+1-1
- bin/cli.sh-28
- docker-compose.yml-23
- docker/cpp-sysroot.dockerfile+1-1
- docs/release.md+1-1
- docs/usage.md+5-9
- emulator/emulator.cpp+311-240
- emulator/faasm/emulator.h+4-4
- emulator/faasm/emulator_api.h+1-1
- examples/native_exe.cpp+8-7
- examples/native_lib.cpp+8-7
- faasmtools/build.py+2-1
- func/demo/CMakeLists.txt+2
- func/demo/dynlink.cpp+2-2
- func/demo/malloc.cpp+11-1
- func/demo/munmap.cpp+36
- func/demo/snapshot_check.cpp+32
- func/demo/threads_check.cpp+5-2
- func/demo/threads_local.cpp+40-22
- func/errors/CMakeLists.txt-1
- func/errors/munmap.cpp-30
- func/mpi/mpi_cartesian.cpp+51-28
- func/omp/CMakeLists.txt+10-8
- func/omp/for_static_schedule.cpp-2
- func/omp/mem_stress.cpp+91
- func/omp/nested_levels_test.cpp+7-7
- func/omp/wtime.cpp+54
- libemscripten/emscripten.c+7-6
- libemscripten/faasm/emscripten.h+1-1
- libfaasm/compare.cpp+16-14
- libfaasm/core.cpp+143-77
- libfaasm/counter.cpp+57-44
- libfaasm/faasm/array.h+46-37
- libfaasm/faasm/compare.h+2-1
- libfaasm/faasm/core.h+210-193
- libfaasm/faasm/counter.h+13-12
- libfaasm/faasm/files.h+2-2
- libfaasm/faasm/host_interface.h+56-39
- libfaasm/faasm/input.h+12-10
- libfaasm/faasm/matrix.h+68-54
- libfaasm/faasm/print.h+2-1
- libfaasm/faasm/random.h+2-2
- libfaasm/faasm/sgd.h+20-16
- libfaasm/faasm/state.h+2-2
- libfaasm/faasm/time.h+2-2
- libfaasm/files.cpp+39-36
- libfaasm/input.cpp+29-26
- libfaasm/matrix.cpp+374-336
- libfaasm/print.cpp+32-25
- libfaasm/random.cpp+36-31
- libfaasm/sgd.cpp+167-161
- libfaasm/state.cpp+12-10
- libfaasm/time.cpp+6-5
- libfaasm/zygote.cpp+4-3
- libfaasmp/faasmp.imports+4
- libfaasmp/faasmp/reduction.h+135-117
- libfaasmp/omp.h+242-224
- libfaasmp/z_Linux_asm.S+67-5
- libfaasmpi/faasmpi.cpp+4-1
- sysroot_extras/libc.imports+1
- tasks/func.py+38-4
- tasks/libfake.py+2-30
- tests/main.cpp+5-4
- tests/test_emulator.cpp+66-59
- third-party/faabric+1-1
- third-party/wasi-libc+1-1
0 commit comments