dfe0098cf2Added pseudocode for major reconstruction of algorithm.
Timmy
2021-04-13 23:27:11 +0200
2659ef1dc0Begun compiling new kernel. Starting work on fixSingleBitErrors(), also fixed a syntax error in DoubleBitError
Timm
2021-02-26 10:31:23 +0100
e28a6f30acOpenCL performance is way too slow. It's time to try and optimize the algorithm.
Timm
2021-02-26 00:00:20 +0100
1cbe48d7c6Renamed variables, added todo about optimization being required etc.
Timm
2021-02-25 15:01:31 +0100
db44fccc16Single-bit error correction appears to be fully functional using OpenCL.
Timm
2021-02-23 23:35:57 +0100
562a7e2cb2Found bug in GCC, so moved the #ifdef so it includes the function header. Single-bit error correction now supports OpenCL, but testing for bugs is a must.
Timm
2021-02-23 22:01:10 +0100
f98db823f3added credits to source.
Timm
2021-02-23 11:00:35 +0100
947dbbdebeFixed linking of OpenCL library
Timm
2021-02-23 10:49:18 +0100
68e0493edcBegun working on OpenCL support, we now have a function capable of allocating resources.
Timm
2021-02-23 10:43:49 +0100
a614a60782Changed README.md to match new usage
Timm
2020-12-18 23:12:20 +0100
d740c90040Changed default location for Modes.html_file to where we expect it to be when installed.
Timm
2020-12-18 23:03:34 +0100
6ecb469a33Added Modes.html_file and defaulting it to P_FILE_GMAP. Added --html_file <pathname> option. This sets the path to the HTML file we want to use in networking Added two free at the end of main. I noticed we never deallocated Modes.filename if --ifile is specified. Normally the OS handles this but this is cleaner (e.g. if its lacking capability of reclaiming malloc'd memory from programs that never deallocated it) We now only check one location for gmap.html, the path specified in Modes.html_file
Timm
2020-12-18 23:01:32 +0100
ea7af392aagmap.html is now copied to /srv/ when installing.
Timm
2020-12-18 12:55:54 +0100
c111517c74Improved error message if we couldnt find FILE_GMAP at source nor working directory.
Timm
2020-12-17 16:29:38 +0100
8352a130a1If we fail opening gmap.html at P_FILE_GMAP we attempt to open it at the working directory instead. This should prevent embedded devices from breaking when updated to this.
Timm
2020-12-17 15:15:34 +0100
c48c02d9ecDP_FILE_GMAP is now properly set when compiling. This assumes gmap.html is never moved or else recompilation is required.
Timm
2020-12-17 14:14:16 +0100
036ef41719Set path to gmap.html inside a define.
Timm
2020-12-17 13:30:33 +0100