Edwin Lester Solís Fuentes

Results 25 comments of Edwin Lester Solís Fuentes

It seems you are compiling a C++ file (presumably using C++ libraries and features) with a C compiler (`gcc`) which causes linking problems. This does not seem an issue with...

From the looks of the output @scfurl got, there seems to be a configuration with c++ version being used to build the ocl-clfft library causing the errors virtual destructors. Try...

I was able to replicate it in a clean Ubuntu 22.04 LTS system with OpenCL not installed and trying to build just the CPU backend. Issued a fix in pull...

Try to remove the build folder and regenerate the build files with CMake. It's likely what umar suggested. Closing this issue as it seems unrelated to ArrayFire. Reopen it if...

Closing as issue has been resolved

To move forward with this PR we have decided to keep the solution to the bug and the tests for it, so could just leave in the fix commit [e4de910](https://github.com/arrayfire/arrayfire/commit/e4de9103297281294176df8b831d53f694f46703...

@willyborn Yeah, we prefer that being its own PR. Sounds good, I'll take that commit. I will also add some tests for lookup with different offsets.

Hey @willyborn, I mistakenly closed this PR, could you reopen it again? I apologize for the incovenience. Thanks!

I see the problem, it seems I overwrote your commits on your branch, so no changes are present. Could you try pulling my [lookup](https://github.com/edwinsolisf/arrayfire/tree/lookup) branch and pushing it to your...

I have recreated this PR in #3650 that includes and references your fix . I apologize for the incovenience this caused.