luigifcruz / CyberEther

Multi-platform GPU-accelerated interface for compute-intensive pipelines. Radio, the final frontier.
MIT License
407 stars 14 forks source link

Duplicate and Arithmetic modules using CUDA even though the backend is not present #72

Closed Zosoworld closed 7 months ago

Zosoworld commented 7 months ago

Trying to compile the v1.0.0-alpha4 version, in Pop!_OS 22.04 with a Thinkpad L14 with AMD GPU, the CUDA Backend is of course not detected, but the Duplicate and Arithmetic modules try to use that backend, resulting in a compilation error: image image

luigifcruz commented 7 months ago

Interesting, I think I already patched this bug here. Can you try to pull the latest changes, clean the compilation folder, and try compiling again? Let me know if that doesn't work. Maybe I missed something else. 😅

Zosoworld commented 7 months ago

Apologies for the issue, as the clone was very recent i just checked out the branch without pulling, without that last commit. It compiled properly now, thank you for your time!

luigifcruz commented 7 months ago

Grad it worked out fine!