msvc scripts
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user