Skip to content

Commit 67e6c48

Browse files
committed
Update
[ghstack-poisoned]
1 parent 564143a commit 67e6c48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

backends/vulkan/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ are subject to change.
1414
## What is Vulkan?
1515

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

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

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

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

0 commit comments

Comments
 (0)