JFConversionGPU: Remove

This commit is contained in:
2023-10-22 14:39:03 +02:00
parent c1469d1e46
commit ea0fccecc9
6 changed files with 1 additions and 327 deletions
-4
View File
@@ -12,7 +12,6 @@
#include "../jungfrau/JFCalibration.h"
#include "../jungfrau/JFConversionFloatingPoint.h"
#include "../jungfrau/JFConversionFixedPoint.h"
#include "../jungfrau/JFConversionGPU.h"
#include "../tests/FPGAUnitTest.h"
#include "../jungfrau/jf_packet.h"
#include "../jungfrau/ProcessJFPacket.h"
@@ -147,9 +146,6 @@ int main () {
logger.Info("Fixed point conversion");
test_conversion<JFConversionFixedPoint>(logger);
logger.Info("Floating point conversion (GPU)");
test_conversion<JFConversionGPU>(logger);
logger.Info("Packet processing");
test_packet_processing(logger);
}