OpenCL in replit

I am working on a project where I use OpenCL. Is there a way to download and use OpenCL in replit?

Which programming language? For C and if your language calls C headers, you would run in shell

sed -i 's/];/  pkgs.opencl-headers\n  &/' replit.nix
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.