Replies: 2 comments 3 replies
-
Hi Zhengduo, could you give more details about your GPU device, CUDA version and DIC prococessing parameters, like number of POIs and subset size, as well as the maximum displacement in your example? These may help us analyze the issue. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It seems not the problem of ICGNGPU. Please check whether the initial guesses for ICGN are in a roughly acceptable range. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi developers,
I got following errors when I tried gpu acceleration with dic+fftcc+icgn2:
Exception thrown at 0x00007FFCB8807C73 (OpenCorrGPULib.dll) in OpenCorr.exe: 0xC0000005: Access violation reading location 0x0000017B47DA801C.
I have checked all the variables
gpu_ref_img, gpu_tar_img, gpu_POI_queue, icgn_conf
they all have values.And sometimes the error come with
CUDA error at d:\essential\opencorr\opencorrgpulib-20210322\opencorrgpulib\opencorr.cu:61 code=2(cudaErrorMemoryAllocation) "cudaHostAlloc((void**)&h_pois, bytes, 0x00)"
The fact is my desktop don't have 'd' derive. Is that some hard code file paths in gpu library?
Kind regards
Zhengduo
Beta Was this translation helpful? Give feedback.
All reactions