Libspinscale: begin splitting it off

This commit is contained in:
2025-12-26 01:18:39 -04:00
parent d5c2b61d4c
commit 45959f9d1c
67 changed files with 776 additions and 615 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include <vector>
#include <preprocessor.h>
#include <user/deviceAttachmentSpec.h>
#include <callback.h>
#include <spinscale/callback.h>
#define CL_TARGET_OPENCL_VERSION 120
#include <CL/cl.h>
+1 -1
View File
@@ -13,7 +13,7 @@
#include <config.h>
#include <boost/asio/io_service.hpp>
#include <boost/asio/deadline_timer.hpp>
#include <spinLock.h>
#include <spinscale/spinLock.h>
#include "deviceAttachmentSpec.h"
namespace smo {