Split tests to cpu and cuda

This commit is contained in:
2024-09-07 21:24:34 +02:00
parent f8220f0ec1
commit 591507ed21
16 changed files with 29 additions and 10 deletions

View File

@@ -2,8 +2,6 @@
#include <algorithm>
#include "cuda_helper.cuh"
using namespace CUDANet;
void Module::addLayer(const std::string& name, Layers::SequentialLayer* layer) {