plaidml / tpp-mlir

TPP experimentation on MLIR for linear algebra
https://arxiv.org/abs/2404.15204
Other
111 stars 31 forks source link

Deprecate Vulkan support #965

Closed adam-smnk closed 2 months ago

adam-smnk commented 2 months ago

Removes Vulkan support and related passes. Lowers maintenance cost and allows future GPU pipeline cleanup.

The Vulkan GPU execution path has shown limitation and has been largely unused for a long time now. For Nvidia, the native CUDA backend is more complete and performant. For Intel, various alternative backends are now available and will become the primary way to execute on Intel GPUs.

adam-smnk commented 2 months ago

Bump