ctongfei / nexus

Experimental tensor-typed deep learning
https://tongfei.me/nexus/
MIT License
257 stars 15 forks source link

Can I build torch subproject without CUDA? #36

Closed doofin closed 5 years ago

ctongfei commented 5 years ago

It is possible by removing all references to CUDA in the makefile and certain headers. Please see #26 .

doofin commented 5 years ago

thanks!