Skip to content
Snippets Groups Projects
Commit 21f32af4 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing for CUDA 11.2

parent 093f4646
No related branches found
No related tags found
No related merge requests found
Pipeline #3686 passed
......@@ -222,7 +222,7 @@ public:
* \return true if they are the same
*
*/
static bool isDeviceHostSame()
constexpr static bool isDeviceHostSame()
{
return false;
}
......
......@@ -89,7 +89,7 @@ public:
mem->deviceToDevice(ptr,start,stop,offset);
}
static bool isDeviceHostSame()
constexpr static bool isDeviceHostSame()
{
return Mem::isDeviceHostSame();
}
......
......@@ -204,7 +204,7 @@ public:
* \return true if they are the same
*
*/
static bool isDeviceHostSame()
constexpr static bool isDeviceHostSame()
{
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment