siposcsaba89
siposcsaba89
Hi @yaoxinghua, The compiler is correct here, I violated the opencl specification when declared a local variable in function code and not in kernel code: https://github.com/siposcsaba89/stereo-sgm-opencl/blob/4344a4b780f211e92096cc3e26e2fa63c7f9ba33/src/ocl/path_aggregation_common.cl#L30 . You can fix...
Hi @vibnwis > > My open() is slightly different as I use on classic CAN, not FD_CAN. See below. > I think you don't need to change anything, because you...
Hi, sorry for the late reply. Those parameters are not calculated currently but they are usually very close to c=1, d=0 and e=0 for fisheye cameras.
Hi, This implementation is a port from fixstars's libsgm implemented in cuda to opencl (https://github.com/fixstars/libSGM) like 2 years ago version . They continuously improve the performance of their library so...
Hi, Thanks for letting me know, great work!
Hi, could you please share more details, like what hardware, os, compiler, device driver are you using?
I tried with the latest nvidia driver and #6 issue came up, this can be connected to your issue as well, could you please try the latest master, if it...
I have tried both on windows and Linux, but unfortunately I couldn't reproduce the issue. Are you using the stereo move example? I updated it to handle better if the...
Is it possible, that your computer has multiple platform available? For example: intel, nvidia, amd etc. You can select the platform by specifying the `--platform_idx=X`, where X is the index...
I have managed to reproduce the issue, at the office we have a RTX3090, and the same issue is present. I tried to debug, decoupled the compile/link of programs, and...