Skip to content

Move WebGPU kernels into "web" instead of "native" #49

Description

@brycelelbach

Right now, as far as I can tell,

  • The native folder has the whole Rust variant (framework + CUDA kernels) and the WebGPU kernels for the web backend.
  • The web folder has just the TypeScript framework.

I think it would make more sense to have this structure:

  • native = Rust framework + CUDA kernels.
  • web = TS framework + WebGPU kernels.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions