author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
8,490
11.01.2017 09:57:14
-3,600
02a452f485bdcef69189ebcb6b3f5e40c37d3eb4
Add an installation guide for Windows.
[ { "change_type": "ADD", "old_path": null, "new_path": "doc/pages/Windows_install.md", "diff": "+# Install on Windows\n+\n+## Download & install Git\n+\n+> https://git-scm.com/download/win\n+\n+Next next next... Install!\n+\n+## Download & install MinGW64\n+\n+> https://sourceforge.net/projects/mingw...
C++
MIT License
aff3ct/aff3ct
Add an installation guide for Windows.
8,490
11.01.2017 14:55:12
-3,600
70c3a21928f8d45ce1e5dc8878ef730cf165a888
Improve a little bit the windows install guide.
[ { "change_type": "MODIFY", "old_path": "doc/pages/Windows_install.md", "new_path": "doc/pages/Windows_install.md", "diff": "@@ -39,7 +39,9 @@ Add cmake to the PATH:\n## Install Python 3\n-https://www.python.org/ftp/python/3.6.0/python-3.6.0.exe\n+> https://www.python.org/ftp/python/3.6.0/python-3.6....
C++
MIT License
aff3ct/aff3ct
Improve a little bit the windows install guide.
8,490
11.01.2017 18:09:55
-3,600
7102c3b218884bd52eb65b586a33580924a17a01
Fix Python install guide.
[ { "change_type": "MODIFY", "old_path": "doc/pages/Windows_install.md", "new_path": "doc/pages/Windows_install.md", "diff": "@@ -39,16 +39,10 @@ Add cmake to the PATH:\n## Install Python 3\n-> https://www.python.org/ftp/python/3.6.0/python-3.6.0.exe\n+> https://repo.continuum.io/archive/Anaconda3-4.2...
C++
MIT License
aff3ct/aff3ct
Fix Python install guide.
8,490
06.01.2017 17:15:36
-3,600
ce57fbd8af25412574b7eb978dccad5e2152e187
First implem. of the hard input LDPC Gallager A decoder.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/LDPC/Launcher_BFER_LDPC.cpp", "new_path": "src/Launcher/BFER/LDPC/Launcher_BFER_LDPC.cpp", "diff": "@@ -35,7 +35,7 @@ void Launcher_BFER_LDPC<B,R,Q>\n// -----------------------------------------------------------------------------------------...
C++
MIT License
aff3ct/aff3ct
First implem. of the hard input LDPC Gallager A decoder.
8,490
09.01.2017 10:19:55
-3,600
f6288b85e3f2fbee5c0148dbc359652682bc2360
Add a naive Gallager A.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding_Gallager_A_naive.cpp", "diff": "+#include \"Decoder_LDPC_BP_flooding_Gallager_A_naive.hpp\"\n+\n+#include <limits>\n+\n+#include \"Tools/Display/bash_tools.h\"\n+#include \"Tools/Math/...
C++
MIT License
aff3ct/aff3ct
Add a naive Gallager A.
8,490
09.01.2017 11:10:27
-3,600
5360e3cd5b3cd6f807d8d86bb37c21169e6ba3fa
Connect the naive Gallager A.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/LDPC/Launcher_BFER_LDPC.cpp", "new_path": "src/Launcher/BFER/LDPC/Launcher_BFER_LDPC.cpp", "diff": "@@ -35,7 +35,7 @@ void Launcher_BFER_LDPC<B,R,Q>\n// -----------------------------------------------------------------------------------------...
C++
MIT License
aff3ct/aff3ct
Connect the naive Gallager A.
8,490
09.01.2017 11:59:30
-3,600
f1041c9d76f368b51b2df80546a729501f216670
A real naive version...
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding_Gallager_A_naive.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding_Gallager_A_naive.cpp", "diff": "template <typename B, typename R>\nDecoder_LDPC_BP_flooding_Gallager_A...
C++
MIT License
aff3ct/aff3ct
A real naive version...
8,490
09.01.2017 14:46:52
-3,600
999a59f93acc572b72341d08631ea846d6734584
Renaming in the naive Gallager A decoder.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding_Gallager_A_naive.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding_Gallager_A_naive.cpp", "diff": "@@ -12,10 +12,9 @@ Decoder_LDPC_BP_flooding_Gallager_A_naive<B,R>\n: D...
C++
MIT License
aff3ct/aff3ct
Renaming in the naive Gallager A decoder.
8,490
12.01.2017 17:26:39
-3,600
532d086be2f5b0e39d51951bd950f9f08ee2cb61
Finalize the LDPC Flooding Gallager A decoder integration.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/LDPC/Launcher_BFER_LDPC.cpp", "new_path": "src/Launcher/BFER/LDPC/Launcher_BFER_LDPC.cpp", "diff": "@@ -35,7 +35,7 @@ void Launcher_BFER_LDPC<B,R,Q>\n// -----------------------------------------------------------------------------------------...
C++
MIT License
aff3ct/aff3ct
Finalize the LDPC Flooding Gallager A decoder integration.
8,490
12.01.2017 18:28:14
-3,600
e5feab5b5e9472942cd5eb0a22af95963782da10
Add a Gallager A ref.
[ { "change_type": "ADD", "old_path": null, "new_path": "tests/data/BFER/ldpc/BP_FLOODING/GALA/504_1008_MCKAY.txt", "diff": "+Run command:\n+./bin/aff3ct --sim-type BFER --cde-type LDPC -m 0.0 -M 8.51 -s 0.25 -K 504 -N 1008 --cde-alist-path ../conf/dec/LDPC/LDPC_504_1008.alist --dec-type BP_FLOODING -...
C++
MIT License
aff3ct/aff3ct
Add a Gallager A ref.
8,490
12.01.2017 18:37:14
-3,600
01838f6148d9f4187f8bde3d4fc91d401dd27611
Fix the 10GE curve.
[ { "change_type": "MODIFY", "old_path": "tests/data/BFER/ldpc/BP_LAYERED/SPA/ETH_SPA_1723_2048.txt", "new_path": "tests/data/BFER/ldpc/BP_LAYERED/SPA/ETH_SPA_1723_2048.txt", "diff": "@@ -14,6 +14,8 @@ Trace:\n# ** SNR step (s) = 0.200000 dB\n# ** Type of bits = int (32 bits)\n# ** Type of reals = flo...
C++
MIT License
aff3ct/aff3ct
Fix the 10GE curve.
8,490
13.01.2017 09:40:49
-3,600
4eef998d280b95c0e21be41e6d154303b7386ad2
Add a LDPC 10GE curve with NMS (N=0.5, ite=30).
[ { "change_type": "ADD", "old_path": null, "new_path": "tests/data/BFER/ldpc/BP_FLOODING/ONMS/ETH_NMS_1723_2048.txt", "diff": "+Run command:\n+./bin/aff3ct --sim-type BFER --cde-type LDPC --src-type AZCW -K 1723 -N 2048 -m 0.00 -M 4.51 -s 0.25 -e 100 --dec-type BP_FLOODING --dec-implem ONMS --dec-nor...
C++
MIT License
aff3ct/aff3ct
Add a LDPC 10GE curve with NMS (N=0.5, ite=30).
8,490
13.01.2017 11:22:56
-3,600
b2b779acb167159144abc4e4ccdcbf928ae24870
Display a warning when an argument is not valid.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -352,7 +352,7 @@ void Launcher<B,R,Q>\n\"print this help.\"};\nauto display_help = true;\n- if (ar.parse_arguments(req_args, opt_args))\n+ if (ar.parse_arguments(req_args, opt_arg...
C++
MIT License
aff3ct/aff3ct
Display a warning when an argument is not valid.
8,483
09.01.2017 12:35:46
-3,600
4e2210868ac71d4dc6b1bcf45d4367f2001b759b
script correction and add symbol type SIMPLE_PRECISION support
[ { "change_type": "MODIFY", "old_path": "scripts/gsm_BPF_MAXS_SPA.sh", "new_path": "scripts/gsm_BPF_MAXS_SPA.sh", "diff": "cd ../build\n-./aff3ct \\\n+./bin/aff3ct \\\n--sim-type BFERI \\\n--sim-prec 32 \\\n--sim-snr-min 0.0 \\\n" }, { "change_type": "MODIFY", "old_path": "scripts/gsm_BPF...
C++
MIT License
aff3ct/aff3ct
script correction and add symbol type SIMPLE_PRECISION support
8,483
10.01.2017 10:13:06
-3,600
7c3dba948cd0b8a12f52ba55cb96fa10154e3c38
change the use of the arguments in the scripts by for infinite possibilities
[ { "change_type": "RENAME", "old_path": "scripts/gsm_BPF_MAXS_SPA.sh", "new_path": "scripts/CPM/gsm_BPF_MAXS_SPA.sh", "diff": "" }, { "change_type": "RENAME", "old_path": "scripts/gsm_BPF_MAX_NMS.sh", "new_path": "scripts/CPM/gsm_BPF_MAX_NMS.sh", "diff": "" }, { "change_ty...
C++
MIT License
aff3ct/aff3ct
change the use of the arguments in the scripts by for infinite possibilities
8,483
10.01.2017 10:45:34
-3,600
832db1617ed733f1bd9f4942df69699f1807e882
add default values to the arguments descriptions and check run command in simus
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -169,24 +169,24 @@ void Launcher<B,R,Q>\nopt_args[{\"mod-cpm-std\"}] =\n{\"string\",\n- \"the selection of a default cpm standard hardly implemented\",\n+ \"the selection of a def...
C++
MIT License
aff3ct/aff3ct
add default values to the arguments descriptions and check run command in simus
8,490
13.01.2017 18:16:05
-3,600
dc707b6f74b7614eaa1ad5c8505e041190cac899
Working on a bug when BFERI, inter-frame and LDPC decoders.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding.cpp", "new_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding.cpp", "diff": "@@ -56,7 +56,7 @@ void Decoder_LDPC_BP_flooding<B,R>\n::_soft_decode(const mipp::vector<R> &Y_N1, mipp::...
C++
MIT License
aff3ct/aff3ct
Working on a bug when BFERI, inter-frame and LDPC decoders.
8,490
13.01.2017 18:16:25
-3,600
6b03c52fe968bab4afa7f19f7cfa9097b7017800
Improve curves.
[ { "change_type": "MODIFY", "old_path": "tests/data/BFER/ldpc/BP_LAYERED/SPA/ETH_SPA_1723_2048.txt", "new_path": "tests/data/BFER/ldpc/BP_LAYERED/SPA/ETH_SPA_1723_2048.txt", "diff": "@@ -75,5 +75,5 @@ Trace:\n3.80 | 153256 | 4609 | 100 | 1.75e-05 | 6.53e-04 || 0.05 | 0.04 | 39924.73 || 2.86 | 00h01'4...
C++
MIT License
aff3ct/aff3ct
Improve curves.
8,490
13.01.2017 23:13:09
-3,600
3239b077142bd183ae51a934b0a4eb95a603b530
Enable the mapping only with the CPM modulation. This option is not available for the other modulation by now.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -546,11 +546,11 @@ std::vector<std::pair<std::string,std::string>> Launcher<B,R,Q>\nstd::string(\"/\") +\nstd::to_string(this->params.modulator.cpm_p)) ));\np.push_back(std::make_...
C++
MIT License
aff3ct/aff3ct
Enable the mapping only with the CPM modulation. This option is not available for the other modulation by now.
8,490
14.01.2017 11:25:04
-3,600
c2a151401097e901658a57b734637fc7e7bec913
Add a new option '--sim-pyber' to print a specific output for the PyBER plotter (Run command & Curve name).
[ { "change_type": "MODIFY", "old_path": "aff3ct_completion.sh", "new_path": "aff3ct_completion.sh", "diff": "@@ -50,7 +50,7 @@ _aff3ct() {\n--mod-cpm-std --mod-const-path --dmod-max --dmod-no-sig2 \\\n--chn-type --chn-path --chn-blk-fad --qnt-type --qnt-int \\\n--qnt-bits --qnt-range --dec-type --dec...
C++
MIT License
aff3ct/aff3ct
Add a new option '--sim-pyber' to print a specific output for the PyBER plotter (Run command & Curve name).
8,490
14.01.2017 11:44:10
-3,600
6279146c1b3dafe2a7dffc0e4f634474d04403d1
Update the README example with the new working GA frozen bit generator.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -37,7 +37,7 @@ If you use `ctrl+C` twice in a small time-step (500ms), the program will stop.\nOpen a shell and type (from the `$ROOT_AFF3CT/build/` folder):\n- $ ./bin/aff3ct --sim-type BFER --cde-type POLAR -K...
C++
MIT License
aff3ct/aff3ct
Update the README example with the new working GA frozen bit generator.
8,490
14.01.2017 13:08:09
-3,600
25aeb7f3830f28fda437e3f8dcf675e629b72d90
Fix bad curve names.
[ { "change_type": "MODIFY", "old_path": "tests/data/BFERI/CPM_LDPC/GSM_BPF/gsm_BPF_NMS_MAX_it10_0.0_2.5.txt", "new_path": "tests/data/BFERI/CPM_LDPC/GSM_BPF/gsm_BPF_NMS_MAX_it10_0.0_2.5.txt", "diff": "Run command:\n./bin/aff3ct --cde-type LDPC --sim-type BFERI --sim-prec 32 -m 0.0 -M 3.01 --sim-snr-s...
C++
MIT License
aff3ct/aff3ct
Fix bad curve names.
8,490
15.01.2017 14:25:38
-3,600
11d6901aba52d0bacf3173a3c291037a75f3ac99
Update the 10GE layered curve.
[ { "change_type": "MODIFY", "old_path": "tests/data/BFER/ldpc/BP_LAYERED/SPA/ETH_SPA_1723_2048.txt", "new_path": "tests/data/BFER/ldpc/BP_LAYERED/SPA/ETH_SPA_1723_2048.txt", "diff": "@@ -75,5 +75,5 @@ Trace:\n3.80 | 153256 | 4609 | 100 | 1.75e-05 | 6.53e-04 || 0.05 | 0.04 | 39924.73 || 2.86 | 00h01'4...
C++
MIT License
aff3ct/aff3ct
Update the 10GE layered curve.
8,490
15.01.2017 15:35:22
-3,600
528234d17f206d1ad66c926d0c387ab041fd3c1e
Automatically disable the cool bash mode when the '--sim-pyber' option is used + improve the Terminal.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -314,6 +314,9 @@ void Launcher<B,R,Q>\nparams.simulation.seed = max_n_threads_global * params.simulation.mpi_rank + params.simulation.seed;\n#endif\n+ // disable the cool bash mod...
C++
MIT License
aff3ct/aff3ct
Automatically disable the cool bash mode when the '--sim-pyber' option is used + improve the Terminal.
8,490
15.01.2017 18:23:36
-3,600
b8302a62b91bbf6034e98855a852b59858abdcb9
Fix some little bugs in the completion script.
[ { "change_type": "MODIFY", "old_path": "aff3ct_completion.sh", "new_path": "aff3ct_completion.sh", "diff": "@@ -203,7 +203,7 @@ _aff3ct() {\n--cde-size | -N | \\\n--mod-bps | --mod-ups | --mod-cpm-L | --mod-cpm-p | --mod-cpm-k | \\\n--qnt-int | --qnt-bits | --qnt-range | --qnt-type | \\\n- --dec-typ...
C++
MIT License
aff3ct/aff3ct
Fix some little bugs in the completion script.
8,490
15.01.2017 18:27:42
-3,600
f7234eb5c166e5eaa9164913721163a92921b469
Add the Gallager A decoder in the completion script.
[ { "change_type": "MODIFY", "old_path": "aff3ct_completion.sh", "new_path": "aff3ct_completion.sh", "diff": "@@ -275,7 +275,7 @@ _aff3ct() {\n--dec-implem)\nlocal params=\"GENERIC STD FAST VERY_FAST\"\nif [ \"${codetype}\" == 'LDPC' ]; then\n- params=\"ONMS SPA LSPA\"\n+ params=\"ONMS SPA LSPA GALA\"...
C++
MIT License
aff3ct/aff3ct
Add the Gallager A decoder in the completion script.
8,490
16.01.2017 11:03:23
-3,600
85760d180c5c7385618223b935c2f367f7dda2a4
Update 10GE curve.
[ { "change_type": "MODIFY", "old_path": "tests/data/BFER/ldpc/BP_LAYERED/SPA/ETH_SPA_1723_2048.txt", "new_path": "tests/data/BFER/ldpc/BP_LAYERED/SPA/ETH_SPA_1723_2048.txt", "diff": "@@ -75,5 +75,5 @@ Trace:\n3.80 | 153256 | 4609 | 100 | 1.75e-05 | 6.53e-04 || 0.05 | 0.04 | 39924.73 || 2.86 | 00h01'4...
C++
MIT License
aff3ct/aff3ct
Update 10GE curve.
8,490
16.01.2017 11:33:57
-3,600
05bedb74b07a8021c7df736cacee540a097b4232
Update the PyBER readme.
[ { "change_type": "RENAME", "old_path": "plotter/PyBER/readme.md", "new_path": "plotter/PyBER/README.md", "diff": "@@ -4,7 +4,7 @@ This project use python 3.x and some dependencies : PyQt 4.7+ or PyQt5, NumPy.\n## Installation (Ubuntu)\nsudo apt-get install python3 python3-pip\n- sudo pip install num...
C++
MIT License
aff3ct/aff3ct
Update the PyBER readme.
8,490
16.01.2017 15:44:20
-3,600
fab6927f5e03f6041c4ca6f9e250f12dc21bfa7a
Explicitly write the copies in order to make an accurate profiling.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "diff": "@@ -681,11 +681,17 @@ int Decoder_polar_SCL_fast_sys<B,R,API_polar>\n{\nconst auto new_path = paths[n_active_paths...
C++
MIT License
aff3ct/aff3ct
Explicitly write the copies in order to make an accurate profiling.
8,490
16.01.2017 21:59:37
-3,600
8f3ddd0ed9a2f36e2a78454ac994c1c3cc1019f5
Working on SCL code generation.
[ { "change_type": "MODIFY", "old_path": "src/Generator/Polar/Generator_polar.cpp", "new_path": "src/Generator/Polar/Generator_polar.cpp", "diff": "@@ -53,6 +53,14 @@ Generator_polar\n{\n}\n+std::string Generator_polar\n+::get_class_name()\n+{\n+ return mother_class_name + \"_N\" + to_string(N) +\n+ \...
C++
MIT License
aff3ct/aff3ct
Working on SCL code generation.
8,490
17.01.2017 15:48:18
-3,600
5a8cdcaca2389986d1d6b3825cae4adcf9aa8a54
Prepare a new generator to generate SCL decoders.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Generator/Polar/SCL/Generator_polar_SCL_sys.cpp", "diff": "+#include <cmath>\n+#include <cassert>\n+#include <algorithm>\n+#include <iostream>\n+#include <sstream>\n+#include <iomanip>\n+#include <string>\n+using namespace std;\n+\n+#include...
C++
MIT License
aff3ct/aff3ct
Prepare a new generator to generate SCL decoders.
8,490
17.01.2017 18:54:04
-3,600
e9abcb7022c82e3bd85d1fe54db098257f066d87
Add some new polar SCL pattern to generate the SCL decoders.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/GEN/Code/Polar/Generation_polar.cpp", "new_path": "src/Simulation/GEN/Code/Polar/Generation_polar.cpp", "diff": "#include \"Tools/Code/Polar/Patterns/Gen/SC/Pattern_polar_SC_spc.hpp\"\n#include \"Tools/Code/Polar/Patterns/Gen/SC/Pattern_polar_SC...
C++
MIT License
aff3ct/aff3ct
Add some new polar SCL pattern to generate the SCL decoders.
8,490
20.01.2017 14:15:49
-3,600
a23b04c99427f5fef3f1db609570451d39356e2c
Try to fix SPC nodes in the SCL.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "diff": "@@ -710,7 +710,11 @@ void Decoder_polar_SCL_fast_sys<B,R,API_polar>\nfor (auto i = 0; i < 4; i++)\nbit_flips[4 * p...
C++
MIT License
aff3ct/aff3ct
Try to fix SPC nodes in the SCL.
8,490
20.01.2017 14:51:21
-3,600
33e3ef876105c7710b73b1643a4a97975f18299d
Fix the SCL SPC for good!
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "diff": "@@ -710,7 +710,6 @@ void Decoder_polar_SCL_fast_sys<B,R,API_polar>\nfor (auto i = 0; i < 4; i++)\nbit_flips[4 * pa...
C++
MIT License
aff3ct/aff3ct
Fix the SCL SPC for good!
8,490
20.01.2017 15:07:02
-3,600
763e31b26bae2000de8c4f414b537c909274edbf
Fix a compilation error in the SCL generated code.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "diff": "@@ -895,7 +895,7 @@ void Decoder_polar_SCL_fast_sys<B,R,API_polar>\nif (dup_count[path])\n{\nconst auto array = pa...
C++
MIT License
aff3ct/aff3ct
Fix a compilation error in the SCL generated code.
8,490
20.01.2017 16:30:38
-3,600
11f3aa6f6272a483f729991b2403646447edfde3
Fix wrong indexes.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "diff": "@@ -707,12 +707,12 @@ void Decoder_polar_SCL_fast_sys<B,R,API_polar>\nreturn std::abs(l[array][off_l + x]) < std::...
C++
MIT License
aff3ct/aff3ct
Fix wrong indexes.
8,488
22.01.2017 16:08:31
18,000
abe5aba546559e503cd9cc2749235e3e73a3dab0
Fix copy_left with new s array to store copies.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "diff": "@@ -24,6 +24,7 @@ protected:\nstd::vector<mipp::vector<R >> l; // llrs\nstd::vector<mipp::vector<B >> s; // partia...
C++
MIT License
aff3ct/aff3ct
Fix copy_left with new s array to store copies.
8,488
23.01.2017 11:25:19
18,000
c02d25116f28da41c6217676b34e2d43f132d60c
Add n_array_ref_s to prepare copy_left reduction.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/CRC/Decoder_polar_SCL_fast_CA_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/CRC/Decoder_polar_SCL_fast_CA_sys.hxx", "diff": "@@ -57,7 +57,7 @@ int Decoder_polar_SCL_fast_CA_sys<B,R,API_polar>\n// delete the path if the CRC re...
C++
MIT License
aff3ct/aff3ct
Add n_array_ref_s to prepare copy_left reduction.
8,488
23.01.2017 11:57:09
18,000
30ea51770f2c4ddc2ebee12ad27fb5322e309d82
Further reduced s copies.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "diff": "@@ -204,8 +204,18 @@ void Decoder_polar_SCL_fast_sys<B,R,API_polar>\ncopy_left(rev_depth, off_s);\nfor (auto i = 0...
C++
MIT License
aff3ct/aff3ct
Further reduced s copies.
8,488
23.01.2017 16:44:35
18,000
ceef6e3361ca5b311378399d07e09ebecede8829
Renamed SCL decoder with modified s management to SCL_MEM.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Module/Decoder/Polar/SCL/CRC/Decoder_polar_SCL_MEM_fast_CA_sys.hpp", "diff": "+#ifndef DECODER_POLAR_SCL_MEM_FAST_SYS_CA\n+#define DECODER_POLAR_SCL_MEM_FAST_SYS_CA\n+\n+#include \"../Decoder_polar_SCL_MEM_fast_sys.hpp\"\n+#include \"Module/...
C++
MIT License
aff3ct/aff3ct
Renamed SCL decoder with modified s management to SCL_MEM.
8,488
23.01.2017 17:38:42
18,000
ffd649bedf6d9eb8019ce88d3f165c5944c65c87
Add ASCL_MEM and integrate SCL_MEM
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp", "new_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp", "diff": "@@ -80,7 +80,7 @@ void Launcher_BFER_polar<B,R,Q>\n\"disable the systematic encoding.\"};\n// --------------------------------------------...
C++
MIT License
aff3ct/aff3ct
Add ASCL_MEM and integrate SCL_MEM
8,490
24.01.2017 18:13:59
-3,600
7591b2ce1618473d4fed7a32082a28ed1fa59d02
Working on little optims and priority queue to reduce the execution time.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "diff": "#ifndef DECODER_POLAR_SCL_FAST_SYS\n#define DECODER_POLAR_SCL_FAST_SYS\n-#include <set>\n+#include <queue>\n+#incl...
C++
MIT License
aff3ct/aff3ct
Working on little optims and priority queue to reduce the execution time.
8,490
25.01.2017 14:03:39
-3,600
e412a0b96058d3fba684d17096f2daed0601dec3
Litte optims.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "diff": "@@ -74,7 +74,6 @@ protected:\ninline void init_buffers ( );\ninline void delete_path (int path_id);\n- inline void...
C++
MIT License
aff3ct/aff3ct
Litte optims.
8,490
25.01.2017 15:17:48
-3,600
5f35374e71894a55ca619cc08f19d191ef7f265a
Improve the seeds management.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Code/RA/Simulation_BFER_RA.cpp", "new_path": "src/Simulation/BFER/Code/RA/Simulation_BFER_RA.cpp", "diff": "@@ -21,7 +21,7 @@ Simulation_BFER_RA<B,R,Q>\nassert(params.code.N % params.code.K == 0);\n// build the interleaver for the encoder a...
C++
MIT License
aff3ct/aff3ct
Improve the seeds management.
8,490
25.01.2017 16:36:33
-3,600
2263f3f636dfc7e3abdb19c3a0b04f860109062d
Little optim on the rate 0 nodes when the rate 0 left nodes are enabled.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "diff": "@@ -361,11 +361,17 @@ void Decoder_polar_SCL_fast_sys<B,R,API_polar>\nfor (auto j = 0; j < n_elmts; j++)\nmetric -...
C++
MIT License
aff3ct/aff3ct
Little optim on the rate 0 nodes when the rate 0 left nodes are enabled.
8,490
26.01.2017 11:56:41
-3,600
238e11ac0aa9d432a5e3527c923da9a6ebc1fd6a
Speedup the list selection when using a CRC.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/CRC/Decoder_polar_SCL_fast_CA_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/CRC/Decoder_polar_SCL_fast_CA_sys.hxx", "diff": "@@ -46,23 +46,15 @@ template <typename B, typename R, class API_polar>\nint Decoder_polar_SCL_fast_C...
C++
MIT License
aff3ct/aff3ct
Speedup the list selection when using a CRC.
8,490
26.01.2017 18:38:03
-3,600
e2ec38a405b9ebf6cff802aaab938cd9b3a18954
Fix an error in the completion script.
[ { "change_type": "MODIFY", "old_path": "aff3ct_completion.sh", "new_path": "aff3ct_completion.sh", "diff": "@@ -49,7 +49,7 @@ _aff3ct() {\n--src-path --enc-type --enc-path --mod-type --mod-bps --mod-ups \\\n--mod-cpm-ws --mod-cpm-map --mod-cpm-L --mod-cpm-p --mod-cpm-k \\\n--mod-cpm-std --mod-const-...
C++
MIT License
aff3ct/aff3ct
Fix an error in the completion script.
8,490
26.01.2017 18:41:09
-3,600
965998ce2707e8448e49b756ae0ebcc928df59c7
Put the metric in fixed point (add a normalization).
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "diff": "@@ -17,12 +17,11 @@ protected:\nconst Pattern_polar_parser<B> polar_patterns;\nstd ::vector<int > paths; // active...
C++
MIT License
aff3ct/aff3ct
Put the metric in fixed point (add a normalization).
8,490
26.01.2017 22:33:47
-3,600
f05fb9c4a912afc81056f953c6eefa6ecce48e54
Speedup the code: avoid to sort the LLRs when it is not mandatory. It seems to solve the SPC4 decoding perf...
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "diff": "@@ -427,6 +427,27 @@ void Decoder_polar_SCL_fast_sys<B,R,API_polar>\nelse\n{\n// generate the candidates with the ...
C++
MIT License
aff3ct/aff3ct
Speedup the code: avoid to sort the LLRs when it is not mandatory. It seems to solve the SPC4 decoding perf...
8,490
27.01.2017 15:58:35
-3,600
a48dec61ae8a483375157b95dbc7eb944280aa33
Add a new SC curve and improve the SCL curves (start from 1dB instead of 0dB).
[ { "change_type": "ADD", "old_path": null, "new_path": "tests/data/BFER/polar/SC/polar_2048_1723_1.0_4.5_32_SC.txt", "diff": "+Run command:\n+./bin/aff3ct --sim-type \"BFER\" --cde-type \"POLAR\" -m \"1.0\" -M \"4.51\" --sim-snr-step \"0.25\" -K \"1723\" -N \"2048\" --src-type \"AZCW\" --chn-type \"A...
C++
MIT License
aff3ct/aff3ct
Add a new SC curve and improve the SCL curves (start from 1dB instead of 0dB).
8,490
05.02.2017 18:54:45
-3,600
8b7e7390a3ee8abe08876b6a664db468af150cb3
Update the SCL32+CRC32 curve.
[ { "change_type": "MODIFY", "old_path": "tests/data/BFER/polar/SCL/polar_2048_1723_1.0_4.5_SCL32_CRC32.txt", "new_path": "tests/data/BFER/polar/SCL/polar_2048_1723_1.0_4.5_SCL32_CRC32.txt", "diff": "@@ -80,5 +80,5 @@ Fast-SCL32+CRC32\n3.75 | 125123 | 2673 | 100 | 1.22e-05 | 7.99e-04 || 0.78 | 0.67 | ...
C++
MIT License
aff3ct/aff3ct
Update the SCL32+CRC32 curve.
8,490
05.02.2017 23:35:09
-3,600
212024cb687e8281736381d95c5dd8faf48f8f6c
On double click, open file or folder in PyBER.
[ { "change_type": "MODIFY", "old_path": "plotter/PyBER/fileExplorer.py", "new_path": "plotter/PyBER/fileExplorer.py", "diff": "import os\nimport sys\nimport reader\n+import subprocess\nimport libs.pyqtgraph as pg\nfrom libs.pyqtgraph.Qt import QtCore, QtGui\nfrom libs.pyqtgraph.dockarea import *\n@@ ...
C++
MIT License
aff3ct/aff3ct
On double click, open file or folder in PyBER.
8,483
07.02.2017 12:27:05
-3,600
a84761dbf546dc6f3c2881b446567850906c4321
sigma function of ups
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFERI/Simulation_BFERI.cpp", "new_path": "src/Simulation/BFERI/Simulation_BFERI.cpp", "diff": "@@ -120,7 +120,7 @@ void Simulation_BFERI_i<B,R,Q>\nsigma = std::sqrt((float)params.modulator.upsample_factor) /\nstd::sqrt(2.f * code_rate * (float)p...
C++
MIT License
aff3ct/aff3ct
sigma function of ups
8,490
07.02.2017 13:54:10
-3,600
f9ad474f806304e862dad42d45926cf1a3044455
Improve the partial sort speed in r1 leaves.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "diff": "#include <vector>\n#include \"Tools/Perf/MIPP/mipp.h\"\n+#include \"Tools/Algo/Sort/LC_sorter.hpp\"\n#include \".....
C++
MIT License
aff3ct/aff3ct
Improve the partial sort speed in r1 leaves.
8,490
07.02.2017 13:54:24
-3,600
91cdaf800cef926fd991dd35def825972b8fdaf6
Add some colors.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -781,13 +781,13 @@ void Launcher<B,R,Q>\n{\n// launch the simulation\nif (params.simulation.mpi_rank == 0)\n- stream << \"# The simulation is running...\" << std::endl;\n+ stream ...
C++
MIT License
aff3ct/aff3ct
Add some colors.
8,483
07.02.2017 14:56:10
-3,600
66638876610759174a005cbbd1256fe4a85e99ca
Return simulations with Es/N0 and Eb/N0 points. Take into arguments the type of SNR given (EB or ES)
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -44,14 +44,14 @@ _aff3ct() {\n]]\nthen\nopts=\"$opts --sim-snr-min -m --snr-min-max -M --sim-snr-step -s \\\n- --sim-stop-time --sim-threads -t --sim-domain --sim-prec -p \\...
C++
MIT License
aff3ct/aff3ct
Return simulations with Es/N0 and Eb/N0 points. Take into arguments the type of SNR given (EB or ES)
8,490
08.02.2017 18:06:17
-3,600
163268e0d63913d6dd91b63896606cf24ef24eaa
Add the blend instruction to mipp.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Perf/MIPP/mipp.h", "new_path": "src/Tools/Perf/MIPP/mipp.h", "diff": "@@ -422,6 +422,7 @@ template <typename T> inline void sincos (const reg, reg&, reg&)\ntemplate <typename T> inline reg fmadd (const reg, const reg, const reg) { errorMessage<T>(\"f...
C++
MIT License
aff3ct/aff3ct
Add the blend instruction to mipp.
8,490
08.02.2017 18:06:54
-3,600
c55acbb38f758a3655e39a02f848906e0930f4ca
Improve the LC_sorter.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "diff": "@@ -36,7 +36,14 @@ protected:\nstd::vector<std::vector<int>> n_array_ref; // number of times an array is used\nstd...
C++
MIT License
aff3ct/aff3ct
Improve the LC_sorter.
8,490
09.02.2017 12:02:44
-3,600
24cec25b24c003ff89adc37cb86f9a629a410067
Add blend instr for NEON, reverse blend parameters order for SSE and AVX.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Algo/Sort/LC_sorter.hpp", "new_path": "src/Tools/Algo/Sort/LC_sorter.hpp", "diff": "#include <vector>\n#include <algorithm>\n+//#include \"../mipp.h\"\n#include \"Tools/Perf/MIPP/mipp.h\"\n#include \"Tools/Math/utils.h\"\n@@ -123,9 +124,9 @@ public:\...
C++
MIT License
aff3ct/aff3ct
Add blend instr for NEON, reverse blend parameters order for SSE and AVX.
8,490
09.02.2017 18:58:31
-3,600
885220b5bb4598c5b7a6a867c1d44dfe52341a91
Add/improve LC_sorter_simd.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "diff": "#include <vector>\n-#include \"../../../../Tools/Algo/Sort/LC_sorter.hpp\"\n+#include \"Tools/Algo/Sort/LC_sorter....
C++
MIT License
aff3ct/aff3ct
Add/improve LC_sorter_simd.
8,490
10.02.2017 11:47:17
-3,600
77612c5aa3aa938dac8c0e6105c2eda1a51d6fed
Comment LC_sorter_simd.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hpp", "diff": "#include <vector>\n#include \"Tools/Algo/Sort/LC_sorter.hpp\"\n-#include \"Tools/Algo/Sort/LC_sorter_simd.hpp\"\n+...
C++
MIT License
aff3ct/aff3ct
Comment LC_sorter_simd.
8,490
13.02.2017 08:51:04
-3,600
ad08e25b2340fae04ea724d5e79a699246f4946c
Fix the completion script on zsh.
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -27,8 +27,7 @@ _aff3ct() {\nopts=\"--cde-type --sim-type -v --version -h --help\"\n# add contents of Launcher.cpp\n- if [[\n- ${codetype} == \"POLAR\" && ${simutype} == \"EX...
C++
MIT License
aff3ct/aff3ct
Fix the completion script on zsh.
8,490
13.02.2017 11:17:23
-3,600
5dfa2a8dddac16017b19d79290af5e9c91857779
PyBER is now compatible with the updated AFF3CT terminal (Es/N0 and Eb/N0 column).
[ { "change_type": "MODIFY", "old_path": "plotter/PyBER/reader.py", "new_path": "plotter/PyBER/reader.py", "diff": "@@ -28,6 +28,8 @@ def getVal(line, idColumn):\nconvert_to_v1 = [0, 4, 5, 12, 0, 3, 2]\nconvert_to_v2 = [0, 4, 5, 9 , 0, 3, 2]\nconvert_to_v3 = [0, 4, 5, 6 , 0, 3, 2]\n+ convert_to_v4 = [...
C++
MIT License
aff3ct/aff3ct
PyBER is now compatible with the updated AFF3CT terminal (Es/N0 and Eb/N0 column).
8,490
13.02.2017 11:18:02
-3,600
890f107119a098fefef546c36cf32d7e7fe07dab
Fix --term-type in the completion script.
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -174,7 +174,7 @@ _aff3ct() {\n--mod-bps | --mod-ups | --mod-cpm-L | --mod-cpm-p | --mod-cpm-k | \\\n--qnt-int | --qnt-bits | --qnt-range | --qnt-type | \\\n--sim-benchs | -b...
C++
MIT License
aff3ct/aff3ct
Fix --term-type in the completion script.
8,490
14.02.2017 21:11:12
-3,600
99b227e6c22a169f5cb3522ce8b5eb131435b434
Fix the tests scripts.
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -49,7 +49,8 @@ _aff3ct() {\n--mod-cpm-k --mod-cpm-std --mod-const-path --dmod-max \\\n--dmod-no-sig2 --chn-type --chn-path --chn-blk-fad --qnt-type \\\n--qnt-int --qnt-bits ...
C++
MIT License
aff3ct/aff3ct
Fix the tests scripts.
8,490
15.02.2017 10:35:28
-3,600
79e18d72f4bd38751a7933993835388df83fcf18
Fix warnings on MSVC.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -302,7 +302,7 @@ void Launcher<B,R,Q>\nif(ar.exist_arg({\"sim-stop-time\" })) params.simulation.stop_time = seconds(ar.get_arg_int ({\"sim-stop-time\" }));\nif(ar.exist_arg({\"sim...
C++
MIT License
aff3ct/aff3ct
Fix warnings on MSVC.
8,490
15.02.2017 10:54:08
-3,600
e1aa60cc0fde735eed9ac5fd40fc9c4f3674c724
Fix bug when was not specified.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -302,7 +302,7 @@ void Launcher<B,R,Q>\nif(ar.exist_arg({\"sim-stop-time\" })) params.simulation.stop_time = seconds(ar.get_arg_int ({\"sim-stop-time\" }));\nif(ar.exist_arg({\"sim...
C++
MIT License
aff3ct/aff3ct
Fix bug when was not specified.
8,490
15.02.2017 10:58:38
-3,600
239fab9817e25bb60e4fe8dcb68a92db1c67675c
Fix the non-working exit with PyQt4 (in PyBER).
[ { "change_type": "MODIFY", "old_path": "plotter/PyBER/pyBER.py", "new_path": "plotter/PyBER/pyBER.py", "diff": "import libs.pyqtgraph.console\nimport libs.pyqtgraph as pg\n-from libs.pyqtgraph.Qt import QtCore, QtGui, QtWidgets\n+from libs.pyqtgraph.Qt import QtCore, QtGui\nfrom libs.pyqtgraph.docka...
C++
MIT License
aff3ct/aff3ct
Fix the non-working exit with PyQt4 (in PyBER).
8,490
15.02.2017 11:44:13
-3,600
5bc2e5862e94d7a9ab4bc96dd97a553702d9430c
Update the SC curve with Es/N0.
[ { "change_type": "MODIFY", "old_path": "tests/data/BFER/polar/SC/polar_2048_1723_1.0_4.5_32_SC.txt", "new_path": "tests/data/BFER/polar/SC/polar_2048_1723_1.0_4.5_32_SC.txt", "diff": "@@ -47,31 +47,31 @@ SC 32-bit\n# ** Frame error count (e) = 100\n#\n# The simulation is running...\n-# -------------...
C++
MIT License
aff3ct/aff3ct
Update the SC curve with Es/N0.
8,483
16.02.2017 12:09:30
-3,600
159424a084a428eb461cd46e5c75cde1a99ef646
standardize all warnings outputs to std::clog instead of std::cerr
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/StarPU/SPU_Simulation_BFER.cpp", "new_path": "src/Simulation/BFER/StarPU/SPU_Simulation_BFER.cpp", "diff": "@@ -64,7 +64,7 @@ Simulation_BFER<B,R,Q>\n}\nif (params.simulation.time_report)\n- std::cerr << bold_yellow(\"(WW) The time report i...
C++
MIT License
aff3ct/aff3ct
standardize all warnings outputs to std::clog instead of std::cerr
8,490
20.02.2017 15:11:23
-3,600
de635cde6ab54e8843991120190790fb6b7b4c5c
Fix the 8-bit fixed-point SCL fast decoder.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "diff": "#include \"Decoder_polar_SCL_fast_sys.hpp\"\n+template <typename R> inline R sat_m(const R m) { return m ; }\n+tem...
C++
MIT License
aff3ct/aff3ct
Fix the 8-bit fixed-point SCL fast decoder.
8,490
20.02.2017 17:37:17
-3,600
c7c4e35c0d6a928e149feb1fd4d61845f211d370
Fix the perf degradation on 8-bit with REP nodes: limit the REP nodes in the tree because the accumulation is unstable.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "diff": "@@ -68,7 +68,7 @@ Decoder_polar_SCL_fast_sys<B,R,API_polar>\nnew Pattern_polar_r1,\nnew Pattern_polar_r0_left,\nne...
C++
MIT License
aff3ct/aff3ct
Fix the perf degradation on 8-bit with REP nodes: limit the REP nodes in the tree because the accumulation is unstable.
8,490
21.02.2017 10:12:40
-3,600
d46bbcf28366c0bee7e0db31c3b52a9ff992484e
Update the polar pattern matching core: now all the nodes can autodetect themselves and it is possible to specify a start/end depth to apply tree cuts for each node types.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/Polar/Patterns/Gen/SC/Pattern_polar_SC_r0.hpp", "new_path": "src/Tools/Code/Polar/Patterns/Gen/SC/Pattern_polar_SC_r0.hpp", "diff": "class Pattern_polar_SC_r0 : public Pattern_polar_r0\n{\nprotected:\n- Pattern_polar_SC_r0(const int &N, const Bi...
C++
MIT License
aff3ct/aff3ct
Update the polar pattern matching core: now all the nodes can autodetect themselves and it is possible to specify a start/end depth to apply tree cuts for each node types.
8,490
21.02.2017 15:09:51
-3,600
3e8ae22d49eaee48744a4bce524e78165afe702d
Add a new cmd line arg to select the Polar node types dynamically.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp", "new_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp", "diff": "@@ -28,6 +28,7 @@ Launcher_BFER_polar<B,R,Q>\nthis->params.decoder .n_ite = 1;\nthis->params.decoder .L = 1;\nthis->params.decoder .simd_s...
C++
MIT License
aff3ct/aff3ct
Add a new cmd line arg to select the Polar node types dynamically.
8,490
21.02.2017 17:11:50
-3,600
558113c440e98805759759b29434ff186d551576
Forgot a file for the previous commit.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Tools/Code/Polar/nodes_parser.h", "diff": "+#ifndef NODES_PARSER_HPP\n+#define NODES_PARSER_HPP\n+\n+#include <string>\n+#include <sstream>\n+#include <vector>\n+\n+#include \"Tools/Code/Polar/Patterns/Pattern_polar_r0.hpp\"\n+#include \"Too...
C++
MIT License
aff3ct/aff3ct
Forgot a file for the previous commit.
8,490
21.02.2017 17:52:36
-3,600
5425e73c1a140c5e190de92105b3fbebbe7fdc22
Fix the slow down issue in 8-bit mode.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_fast_sys.hxx", "diff": "@@ -1144,17 +1144,12 @@ int Decoder_polar_SCL_fast_sys<B,R,API_polar>\n{\nconst auto new_path = paths[n_active_pat...
C++
MIT License
aff3ct/aff3ct
Fix the slow down issue in 8-bit mode.
8,490
21.02.2017 18:11:41
-3,600
06137c17be4414163d0d75808783742c3a5c7548
Add the new parameter to the completion script.
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -109,7 +109,8 @@ _aff3ct() {\nthen\nopts=\"$opts --sim-pb-path --cde-awgn-fb-path --cde-fb-gen-method \\\n--cde-sigma --crc-type --crc-poly --crc-rate --enc-no-sys \\\n- --d...
C++
MIT License
aff3ct/aff3ct
Add the new parameter to the completion script.
8,488
21.02.2017 16:05:43
18,000
1df22b322fa8a873d0b7d5c24a15a10a1411ebca
Add erase_bad_paths function to SCL_MEM.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_MEM_fast_sys.hpp", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_MEM_fast_sys.hpp", "diff": "@@ -19,12 +19,12 @@ protected:\nstd ::vector<int > paths; // active paths\nstd ::vector<int > last_paths; ...
C++
MIT License
aff3ct/aff3ct
Add erase_bad_paths function to SCL_MEM.
8,488
21.02.2017 16:13:46
18,000
4dab9e6839cd91ebee4a7220e09eac52d6bbd08e
Add metrics saturation in r0 nodes, SCL_MEM.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_MEM_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_MEM_fast_sys.hxx", "diff": "@@ -408,6 +408,8 @@ void Decoder_polar_SCL_MEM_fast_sys<B,R,API_polar>\npath_2_array_s[paths[i]][rev_depth...
C++
MIT License
aff3ct/aff3ct
Add metrics saturation in r0 nodes, SCL_MEM.
8,488
21.02.2017 16:42:35
18,000
12ba1773ce102e14838c276c190e5ef4ab818ca5
Add metrics saturation and new sorter in r1 nodes, SCL_MEM.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_MEM_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SCL/Decoder_polar_SCL_MEM_fast_sys.hxx", "diff": "@@ -493,57 +493,79 @@ void Decoder_polar_SCL_MEM_fast_sys<B,R,API_polar>\nif (r_d == 0)\nupdate_paths_rep(...
C++
MIT License
aff3ct/aff3ct
Add metrics saturation and new sorter in r1 nodes, SCL_MEM.
8,490
22.02.2017 11:20:31
-3,600
507c675a62818415d3e50300528c648b29cb3363
Update the Polar API to support h0 operation + plug the SC_FAST to the cmd line Polar nodes selection.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp", "new_path": "src/Launcher/BFER/Polar/Launcher_BFER_polar.cpp", "diff": "@@ -28,7 +28,7 @@ Launcher_BFER_polar<B,R,Q>\nthis->params.decoder .n_ite = 1;\nthis->params.decoder .L = 1;\nthis->params.decoder .simd_s...
C++
MIT License
aff3ct/aff3ct
Update the Polar API to support h0 operation + plug the SC_FAST to the cmd line Polar nodes selection.
8,490
22.02.2017 11:49:00
-3,600
5ab8a52d59bb9abf2d61374758f7bf5a9b95ff15
Plug the ASCL_FAST to the cmd line Polar nodes selection.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/ASCL/Decoder_polar_ASCL_fast_CA_sys.hpp", "new_path": "src/Module/Decoder/Polar/ASCL/Decoder_polar_ASCL_fast_CA_sys.hpp", "diff": "@@ -18,6 +18,12 @@ public:\nDecoder_polar_ASCL_fast_CA_sys(const int& K, const int& N, const int& max_L,...
C++
MIT License
aff3ct/aff3ct
Plug the ASCL_FAST to the cmd line Polar nodes selection.
8,490
22.02.2017 11:49:28
-3,600
bafefe951caaae540aff45f6663a9454f67d91f2
Update the SCL curves.
[ { "change_type": "MODIFY", "old_path": "tests/data/BFER/polar/SCL/polar_2048_1723_1.0_4.5_ASCL2_CRC32_SPC4.txt", "new_path": "tests/data/BFER/polar/SCL/polar_2048_1723_1.0_4.5_ASCL2_CRC32_SPC4.txt", "diff": "Run command:\n-./bin/aff3ct --sim-type \"BFER\" --cde-type \"POLAR\" -m \"1.0\" -M \"4.51\" ...
C++
MIT License
aff3ct/aff3ct
Update the SCL curves.
8,483
22.02.2017 18:34:36
-3,600
6c5648b115763b5f1e90661a0c8412ad59de69a3
working implementation of the error tracker; correction of memory least in Argument reader
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Launcher_BFER.cpp", "new_path": "src/Launcher/BFER/Launcher_BFER.cpp", "diff": "@@ -109,10 +109,12 @@ void Launcher_BFER<B,R,Q>\n// ---------------------------------------------------------------------------------------------------------- cod...
C++
MIT License
aff3ct/aff3ct
working implementation of the error tracker; correction of memory least in Argument reader
8,490
22.02.2017 19:47:39
-3,600
be2db02336e27fbbb1bae993fb53245efad04be7
Add the Polar nodes selection to the code generation.
[ { "change_type": "MODIFY", "old_path": "scripts/generate_polar_decoders.sh", "new_path": "scripts/generate_polar_decoders.sh", "diff": "@@ -74,8 +74,8 @@ echo \"Generate SC decoders (other rates)...\"\n../build/bin/aff3ct --cde-type POLAR --sim-type GEN -N 32768 -K 29492 --dec-snr 4.0 > ../src/Modul...
C++
MIT License
aff3ct/aff3ct
Add the Polar nodes selection to the code generation.
8,490
22.02.2017 20:21:58
-3,600
00ba7945404077488dc8a87ceb86b8bc9e249756
Disable a litte optim on Rate 0 left nodes (Polar) to be more generic.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Polar/SC/Decoder_polar_SC_fast_sys.hxx", "new_path": "src/Module/Decoder/Polar/SC/Decoder_polar_SC_fast_sys.hxx", "diff": "@@ -77,7 +77,7 @@ struct Decoder_polar_SC_fast_sys_static\n// h\nswitch (node_type)\n{\n- case RATE_0: if (!polar_patt...
C++
MIT License
aff3ct/aff3ct
Disable a litte optim on Rate 0 left nodes (Polar) to be more generic.
8,490
23.02.2017 08:49:57
-3,600
17d91ea9f3a28f2ec29aa6f687bbd32a7552d9fa
Add the new generated SCL decoder in the generation script.
[ { "change_type": "MODIFY", "old_path": "scripts/generate_polar_decoders.sh", "new_path": "scripts/generate_polar_decoders.sh", "diff": "@@ -76,6 +76,7 @@ echo \"Generate SC decoders (other rates)...\"\necho \"Generate SCL decoders (all rates)...\"\n../build/bin/aff3ct --cde-type POLAR --sim-type GEN...
C++
MIT License
aff3ct/aff3ct
Add the new generated SCL decoder in the generation script.
8,483
23.02.2017 09:04:25
-3,600
3730e60c492edcf879878ea8de11cf15f8ae9948
change names of arguments
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -50,8 +50,8 @@ _aff3ct() {\n--dmod-no-sig2 --chn-type --chn-path --chn-blk-fad --qnt-type \\\n--qnt-int --qnt-bits --qnt-range --dec-type --dec-implem \\\n--term-no --term-f...
C++
MIT License
aff3ct/aff3ct
change names of arguments
8,483
23.02.2017 09:17:55
-3,600
8c3f1f15258c998aa5a35ee59509a063a45e032d
correct a bug
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -436,7 +436,7 @@ void Launcher<B,R,Q>\n// ------------------------------------------------------------------------------------------------------- monitor\nif(this->ar.exist_arg({\...
C++
MIT License
aff3ct/aff3ct
correct a bug
8,483
23.02.2017 10:49:43
-3,600
eca570556cf49aab15a58210ad74dfdb176d397a
change place of default monitor arguments
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Launcher_BFER.cpp", "new_path": "src/Launcher/BFER/Launcher_BFER.cpp", "diff": "@@ -26,6 +26,9 @@ Launcher_BFER<B,R,Q>\nthis->params.encoder .path = \"\";\nthis->params.encoder .systematic = true;\nthis->params.monitor .n_frame_errors = 100;\...
C++
MIT License
aff3ct/aff3ct
change place of default monitor arguments
8,483
23.02.2017 11:14:21
-3,600
5a9f71f5e57d753c41c3a765edac8e534caf725b
write tracking files even whether there is no wrong frame
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Standard/Monitor_reduction.cpp", "new_path": "src/Module/Monitor/Standard/Monitor_reduction.cpp", "diff": "@@ -111,11 +111,6 @@ template <typename B, typename R>\nvoid Monitor_reduction<B,R>\n::flush_wrong_frame(const std::string& error_trac...
C++
MIT License
aff3ct/aff3ct
write tracking files even whether there is no wrong frame
8,490
23.02.2017 15:06:31
-3,600
d6276b09e9511294eee2dfd7b3c9c5459b2ad3ba
Improve the graphs for the Polar codes.
[ { "change_type": "MODIFY", "old_path": "src/Generator/Polar/Generator_polar.cpp", "new_path": "src/Generator/Polar/Generator_polar.cpp", "diff": "@@ -136,8 +136,9 @@ void Generator_polar\ngraph_common1 << tab << tab << \"rank=same;\" << endl;\nfor (unsigned p = 0; p < patterns.size(); p++)\n{\n+ std...
C++
MIT License
aff3ct/aff3ct
Improve the graphs for the Polar codes.
8,490
24.02.2017 10:07:13
-3,600
6fe933a3157a0baba749e38f9c4a393a2fbee638
Refacto and renaming.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Launcher_BFER.cpp", "new_path": "src/Launcher/BFER/Launcher_BFER.cpp", "diff": "@@ -82,18 +82,15 @@ void Launcher_BFER<B,R,Q>\nthis->opt_args[{\"mnt-max-fe\", \"e\"}] =\n{\"positive_int\",\n\"max number of frame errors for each SNR simulation...
C++
MIT License
aff3ct/aff3ct
Refacto and renaming.
8,490
24.02.2017 10:20:25
-3,600
6ce36b9688bac4b6dc722f49dfbe422dda8f96fc
Fix a bug in the MPI monitor: update with the new R template param.
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Standard/Monitor_reduction_mpi.cpp", "new_path": "src/Module/Monitor/Standard/Monitor_reduction_mpi.cpp", "diff": "@@ -26,15 +26,15 @@ void MPI_SUM_monitor_vals_func(void *in, void *inout, int *len, MPI_Datatype *da\n}\n}\n-template <typenam...
C++
MIT License
aff3ct/aff3ct
Fix a bug in the MPI monitor: update with the new R template param.
8,490
24.02.2017 10:24:39
-3,600
ea4036419f3d99c2425904419ec751ffa1a2ce8c
Disable the tracking feature when STARPU or SYSTEMC simulations.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Launcher_BFER.cpp", "new_path": "src/Launcher/BFER/Launcher_BFER.cpp", "diff": "@@ -82,6 +82,8 @@ void Launcher_BFER<B,R,Q>\nthis->opt_args[{\"mnt-max-fe\", \"e\"}] =\n{\"positive_int\",\n\"max number of frame errors for each SNR simulation.\...
C++
MIT License
aff3ct/aff3ct
Disable the tracking feature when STARPU or SYSTEMC simulations.
8,490
24.02.2017 10:43:00
-3,600
c45dd080bf95366c9c48301a95344093209e2ed1
Add some info about the bad frames tracking in the displayed parameters.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/BFER/Launcher_BFER.cpp", "new_path": "src/Launcher/BFER/Launcher_BFER.cpp", "diff": "@@ -150,9 +150,9 @@ void Launcher_BFER<B,R,Q>\nthis->params.source. type = \"USER\";\nthis->params.encoder.type = \"USER\";\nthis->params.channel.type = \"USER\";...
C++
MIT License
aff3ct/aff3ct
Add some info about the bad frames tracking in the displayed parameters.
8,483
24.02.2017 13:47:35
-3,600
f782c72bcb07bbfa94c6108f9ef47dc9963710f9
improve the write and the read of the noise from/to the file ; add warning when using feature in multi threading and multi inter frame level
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/Additive/User/Channel_additive_user.cpp", "new_path": "src/Module/Channel/Additive/User/Channel_additive_user.cpp", "diff": "@@ -27,12 +27,7 @@ Channel_additive_user<R>\nif (fra_size == this->N)\n{\nfor (auto i = 0; i < n_fra; i++)\n- for (a...
C++
MIT License
aff3ct/aff3ct
improve the write and the read of the noise from/to the file ; add warning when using feature in multi threading and multi inter frame level
8,483
24.02.2017 14:05:09
-3,600
c98eb7753256434a646ca70dfc505a9c8d4ecbcf
save and read the Channel output and not anymore the noise
[ { "change_type": "MODIFY", "old_path": "src/Module/Channel/Additive/User/Channel_additive_user.cpp", "new_path": "src/Module/Channel/Additive/User/Channel_additive_user.cpp", "diff": "@@ -63,7 +63,8 @@ void Channel_additive_user<R>\nfor (auto f = 0; f < this->n_frames; f++)\n{\nfor (auto i = 0; i < ...
C++
MIT License
aff3ct/aff3ct
save and read the Channel output and not anymore the noise
8,483
24.02.2017 16:43:04
-3,600
7eb5387c251365cff42f3a62b45f05b83f41d94c
add a channel user next to the channel additive user because the saved noise is not precise enough; we need to the the directly product noise
[ { "change_type": "MODIFY", "old_path": "scripts/aff3ct_completion.sh", "new_path": "scripts/aff3ct_completion.sh", "diff": "@@ -289,7 +289,7 @@ _aff3ct() {\n;;\n--chn-type)\n- local params=\"NO AWGN AWGN_FAST AWGN_GSL AWGN_MKL RAYLEIGH\"\n+ local params=\"NO AWGN AWGN_FAST AWGN_GSL AWGN_MKL RAYLEIGH...
C++
MIT License
aff3ct/aff3ct
add a channel user next to the channel additive user because the saved noise is not precise enough; we need to the the directly product noise
8,490
25.02.2017 15:26:46
-3,600
983ca8a63b1c8ec279cd137226779aa168f7385d
Fix the SystemC simulations (BFER & BFERI).
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/SystemC/SC_Simulation_BFER.cpp", "new_path": "src/Simulation/BFER/SystemC/SC_Simulation_BFER.cpp", "diff": "@@ -339,7 +339,7 @@ template <typename B, typename R, typename Q>\nTerminal* Simulation_BFER<B,R,Q>\n::build_terminal()\n{\n- return...
C++
MIT License
aff3ct/aff3ct
Fix the SystemC simulations (BFER & BFERI).