Hello everyone,
I’m encountering an issue with my program. When I run it on the CPU, the results display correctly. However, when I run it on the GPU, the output is incorrect, and I receive the following warnings during execution:
"./tmp/imageData/data/_EuklidNormphysVelocityiT0001800.p" line 21: warning: matrix contains missing or undefined values
"./tmp/imageData/data/_qualityiT0001800.p" line 21: warning: matrix contains missing or undefined values
Warning: empty cb range [0:0], adjusting to [-1:1]
I would appreciate any guidance on how to resolve this issue.
Thank you!