TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Deep Learning with Free Software

1 pointsby ftyersover 4 years ago
Dear Hackernews, I'm curious if anyone has experience with "deep learning" setups on GPU without any usage of CUDA/NVIDIA. Ideally with just free/open-source software (frameworks and drivers). Also happy to learn about up and coming solutions and things that require a lot of effort and/or are incomplete. Software freedom is more important for me than convenience.

1 comment

alpaca128over 4 years ago
I'm not very familiar with deep learning, but OpenCL would be an alternative to CUDA. Not quite as fast but designed for running across a wide range of processors, so it doesn't care what color the GPU is.