Lisa Su Saved AMD. Now She Wants Nvidia's AI Crown

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Sonar - Write Clean Python Code. Always.
  • Revelo Payroll - Free Global Payroll designed for tech teams
  • OpenCL-examples

    Simple OpenCL examples for exploiting GPU computing

    If you ever get the chance to write something in OpenCL and then in CUDA I promise you will understand immediately why Google didn't push for it.

    There is a lot more boilerplate to it, read/write to the buffer, queueing being handled explicitly. Here's an example that illustrate what I mean: https://github.com/rsnemmen/OpenCL-examples/blob/master/mand...

    For comparison here is an implementation in CUDA: http://selkie.macalester.edu/csinparallel/modules/CUDAArchit...

    Notice how the CUDA code is more readable.

  • coremltools

    Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.

    Instead of trying to integrate the whole stack of, say, pytorch, Apple's primary approach has been converting models to work with Apple's stack.

    https://github.com/apple/coremltools

    Clearly no one is going to be doing training or even fine tuning on Apple hardware at any scale (it competes at the low end, but at scale you invariably will be using nvidia hardware), but once you have a decent model it's a robust way of using it on Apple devices.

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • ROCm

    AMD ROCm™ Platform - GitHub Home

    in today’s “lol AMD” news, geohotz got another $10m in funding or some shit to do an AI training company, chose to focus on AMD GPUs, and then publicly got really mad that AMD drivers are bad

    https://github.com/RadeonOpenCompute/ROCm/issues/2198#issuec...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts