Skip to content
Snippets Groups Projects

Ongoing #133 improvements

Merged Nicolas Pope requested to merge feature/133/ilw into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
@@ -29,6 +29,8 @@
#include <ftl/registration.hpp>
#include <cuda_profiler_api.h>
#ifdef WIN32
#pragma comment(lib, "Rpcrt4.lib")
#endif
@@ -157,13 +159,21 @@ static void run(ftl::Configurable *root) {
return true;
});
LOG(INFO) << "Shutting down...";
ftl::timer::stop();
net->shutdown();
ftl::pool.stop();
cudaProfilerStop();
LOG(INFO) << "Deleting...";
delete align;
delete splat;
delete virt;
delete stream;
delete net;
LOG(INFO) << "Done.";
}
int main(int argc, char **argv) {
Loading