This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
on the different GPUs */
|
on the different GPUs */
|
||||||
|
|
||||||
// Disable some warnings which are caused with CUDA headers
|
// Disable some warnings which are caused with CUDA headers
|
||||||
|
#if defined(_MSC_VER)
|
||||||
#pragma warning(disable: 4201 4408 4100)
|
#pragma warning(disable: 4201 4408 4100)
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cvconfig.h>
|
#include <cvconfig.h>
|
||||||
|
@@ -3,7 +3,9 @@
|
|||||||
GPUs. */
|
GPUs. */
|
||||||
|
|
||||||
// Disable some warnings which are caused with CUDA headers
|
// Disable some warnings which are caused with CUDA headers
|
||||||
|
#if defined(_MSC_VER)
|
||||||
#pragma warning(disable: 4201 4408 4100)
|
#pragma warning(disable: 4201 4408 4100)
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cvconfig.h>
|
#include <cvconfig.h>
|
||||||
|
Reference in New Issue
Block a user