Kaydet (Commit) 0adea894 authored tarafından I-Jui (Ray) Sung's avatar I-Jui (Ray) Sung

GPU Calc: fix regression on non-AMD GPUs

Change-Id: Ie9ae42fc8111e1f11acab5c67a4932edd7031619
üst 11077cb7
......@@ -675,10 +675,10 @@ int OpenclDevice::initOpenclRunEnv( GPUEnv *gpuInfo )
CHECK_OPENCL(clStatus, "clCreateCommandQueue");
}
#if 0
clStatus = clGetCommandQueueInfo( gpuInfo->mpCmdQueue, CL_QUEUE_THREAD_HANDLE_AMD, 0, NULL, NULL );
CHECK_OPENCL(clStatus, "clGetCommandQueueInfo");
#endif
bool bKhrFp64 = false;
bool bAmdFp64 = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment