Skip to content

Conversation

@austinvhuang
Copy link
Contributor

@austinvhuang austinvhuang commented Jan 29, 2025

  • Update Dawn / WebGPU Spec to latest
  • Kernel library (experimental)
  • llm.c implementation (experimental)
  • FFI Bindings (Python, Haskell)
  • Deprecate dependencies on dawn-lib - build shared library with dawn directly.
  • Remove deprecated examples - experimental code (audio), webgpu from scratch tutorial
  • Improve Context lifetime handling / don't rely on RVO

TODO:

  • Get FFI bindings working on linux
  • Examples usage of FFI bindings

buttfa and others added 30 commits September 27, 2024 15:03
…root directory of the project, allowing it to generate gpu.cpp dynamic libraries with different suffixes based on the system.

      2. By the build.py script, the header files in the gpu.hpp file are expanded in order to make gpu.hpp become true header-only source code.
      3. 'install' and 'uninstall' rules are provided for scientific researchers who do not care about how to package applications, enabling them to quickly utilize gpu.cpp for gpu computation.
Some changes about the dynamic libraries generated by gpu.cpp project and header-only source code 'gpu.hpp'
Little changes about Makefile
junjihashimoto and others added 20 commits November 16, 2024 14:17
…25 - main library builds and examples run successfully, TODOs are code cleanup + experimental + non-make builds
…ile to point to updated dylib artifact, add note to third_party/lib/README.md regarding new dawn shared library build process
…l if createContext is called from eg conditional branches. Remove webgpu from scratch tutorial to avoid having to maintain/update the implementation
@austinvhuang austinvhuang marked this pull request as ready for review February 2, 2025 16:48
@austinvhuang austinvhuang merged commit cfdbcc6 into main Feb 10, 2025
1 check passed
@junjihashimoto
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants