Best of GPUAugust 2024

  1. 1
    Article
    Avatar of aimodelsfyiAIModels.fyi·2y

    🥇Top ML papers of the week

    Discover the top trending machine learning papers from Aug 23 to Aug 30, as featured by AIModels.fyi. Highlights include a novel method for zero- and few-shot biomedical named entity recognition using transformers, OBatcher for simplifying batch-parallel data structures in OCaml, a guide to avoiding ML research pitfalls, a new data quality metric called the diversity coefficient, and insights into GPU-to-GPU communication in supercomputers.

  2. 2
    Article
    Avatar of hnHacker News·2y

    WebGPU Unleashed: A Practical Tutorial

    Learn graphics programming in JavaScript using WebGPU through an interactive, web-based tutorial. The book covers an overview of GPU drivers and pipeline, basic and advanced rendering techniques, and GPU computing. The content includes code samples, videos, and a playground for interactive learning.

  3. 3
    Article
    Avatar of medium_jsMedium·2y

    Getting started with Flutter GPU

    Flutter 3.24 introduces Flutter GPU, a new low-level graphics API for custom rendering in Dart alongside a 3D rendering library called Flutter Scene. Both are in early preview and require Impeller support, with guides provided for setting up projects and drawing graphics. Flutter GPU offers potential for cross-platform rendering solutions in Flutter, while Flutter Scene aims to simplify 3D development in Flutter apps. The post details steps to add these functionalities into Flutter projects and showcases the vast possibilities these new features unlock.