JFConversionGPU: Remove
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user