Skip to content

UlteSoft/wasm-uext-gpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

wasm-uext-gpu

This repository is dedicated to exploring how to implement a GPU-oriented instruction set (GPU-IS) based on MLIR, enabling it to compile into GPU-specific implementations, fall back to CPU implementations, or execute directly via interpretation on specialized platforms.

About

Provides a universal GPU IR that can be upward-translated into APIs such as Vulkan, OpenGL, DirectX, Metal, WebGPU, WebGL, etc. Downward translation is possible into LLVM GPU IR, which can then be further translated via LLVM into NVPTX, AMDGPU, Intel OneAPI, or even CPU code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors