sapporo safe call; updated submodules
This commit is contained in:
parent
101f19fac6
commit
74e8cbdd03
3 changed files with 2 additions and 18 deletions
2
grapite
2
grapite
|
|
@ -1 +1 @@
|
||||||
Subproject commit ee61f453267a1e69793a94258c8a317ca630aa0d
|
Subproject commit b608b345d5659a0471f4a1789efdc1a5cecdf044
|
||||||
2
phigrape
2
phigrape
|
|
@ -1 +1 @@
|
||||||
Subproject commit 064eb4e3c594b57a2c5a35d4ac119ed79bb6eefd
|
Subproject commit 6048c7748e429395de9595fe23e6737af2e70e45
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
diff -ruN
|
|
||||||
--- lib/CUDAKernels/kernels.cu
|
--- lib/CUDAKernels/kernels.cu
|
||||||
+++
|
+++
|
||||||
@@ -206,7 +206,7 @@
|
@@ -206,7 +206,7 @@
|
||||||
|
|
@ -19,19 +18,6 @@ diff -ruN
|
||||||
|
|
||||||
__device__ __forceinline__ double atomicMin(double *address, double val)
|
__device__ __forceinline__ double atomicMin(double *address, double val)
|
||||||
{
|
{
|
||||||
diff -ruN
|
|
||||||
--- lib/include/cudadev.h
|
|
||||||
+++
|
|
||||||
@@ -80,7 +80,7 @@
|
|
||||||
assert(false);\
|
|
||||||
} }
|
|
||||||
|
|
||||||
-#define cuSafeCall( call ) CU_SAFE_CALL_NO_SYNC(call);
|
|
||||||
+#define cuSafeCall( call ) call;
|
|
||||||
|
|
||||||
class context {
|
|
||||||
protected:
|
|
||||||
diff -ruN
|
|
||||||
--- lib/include/sapdevclass.h
|
--- lib/include/sapdevclass.h
|
||||||
+++
|
+++
|
||||||
@@ -33,7 +33,10 @@
|
@@ -33,7 +33,10 @@
|
||||||
|
|
@ -46,7 +32,6 @@ diff -ruN
|
||||||
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
diff -ruN
|
|
||||||
--- lib/interfaces/sapporoG6lib.cpp
|
--- lib/interfaces/sapporoG6lib.cpp
|
||||||
+++
|
+++
|
||||||
@@ -45,34 +45,9 @@
|
@@ -45,34 +45,9 @@
|
||||||
|
|
@ -87,7 +72,6 @@ diff -ruN
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
diff -ruN
|
|
||||||
--- lib/Makefile
|
--- lib/Makefile
|
||||||
+++
|
+++
|
||||||
@@ -1,11 +1,13 @@
|
@@ -1,11 +1,13 @@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue