Use accelerator_scope for create_marker and create_blocking_marker.
As optimization when system-scope is not needed.
This commit is contained in:
@@ -942,10 +942,10 @@ __host__ float normcdfinvf(float x)
|
||||
return std::sqrt(2) * erfinvf(2*x-1);
|
||||
}
|
||||
|
||||
__host__ double normcdfinv(double x)
|
||||
{
|
||||
return std::sqrt(2) * erfinv(2*x-1);
|
||||
}
|
||||
//__host__ double normcdfinv(double x)
|
||||
//{
|
||||
// return std::sqrt(2) * erfinv(2*x-1);
|
||||
//}
|
||||
|
||||
__host__ float nextafterf(float x, float y)
|
||||
{
|
||||
|
||||
مرجع در شماره جدید
Block a user