msvc scripts

This commit is contained in:
2026-06-03 10:13:28 -04:00
parent fa09e3be9c
commit 4356f3eacf
71 changed files with 2705 additions and 10 deletions

View File

@ -53,7 +53,7 @@ template<typename T> __device__ __host__ int cuarray<T>::resize(const int _lengt
}
int I;
T def;
T def = T();
if(data!=NULL)
{

View File

@ -13,6 +13,7 @@
#include <thread>
#include <functional>
#include <mutex>
#include <vector>
#include <cuda_runtime_api.h> //where all the cuda functions live
#include <cuda_runtime.h>