Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
SS-JIA committed Apr 18, 2024
1 parent 564143a commit 67e6c48
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions backends/vulkan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ are subject to change.
## What is Vulkan?

Vulkan is a low-level GPU API specification developed as a successor to OpenGL.
It is designed to offer developers a more explicit control over GPUs compared to
It is designed to offer developers more explicit control over GPUs compared to
previous specifications in order to reduce overhead and maximize the
capabilities of the modern graphics hardware.

Expand All @@ -30,8 +30,7 @@ come with a built-in library of performant compute kernels.

The ExecuTorch Vulkan Delegate is a wrapper around a standalone runtime known as
the **Vulkan Compute Library**. The aim of the Vulkan Compute Library is to
provide GPU implementations for PyTorch operators via GLSL compute shaders to be
executed using Vulkan.
provide GPU implementations for PyTorch operators via GLSL compute shaders.

The Vulkan Compute Library is a fork/iteration of the [PyTorch Vulkan Backend](https://pytorch.org/tutorials/prototype/vulkan_workflow.html).
The core components of the PyTorch Vulkan backend were forked into ExecuTorch
Expand Down

0 comments on commit 67e6c48

Please sign in to comment.