ahrefs / ocannl

OCANNL: OCaml Compiles Algorithms for Neural Networks Learning
BSD 2-Clause "Simplified" License
67 stars 2 forks source link

Factor out gccjit and cudajit as separate independently hosted packages, provide `conf-gccjit` and `conf-cuda` #218

Closed lukstafi closed 11 months ago

lukstafi commented 1 year ago

I've been postponing this so far because it is not convenient and not on the critical path, but it would provide value to the community and is blocking for wider adoption.

For conf-cuda, we need to install cuda+nvrtc on major systems including WSL2, and I can get help easier if it's a separately hosted package. See CUDA installation guide.

lukstafi commented 11 months ago

conf-cuda not done yet, otherwise this is completed now.