You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+8-9
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,9 @@ A c library implementing the POST API setup method for general-purpose CPUs and
8
8
## Runtime System Requirements
9
9
Windows 10, macOS or Ubuntu.
10
10
One or more of the following processors:
11
-
- A GPU and drivers with CUDA 11.0 support amd with minimum compute compatiblity 5.0 and maximum compute compatability 8.6) such as a modern Nvidia GPU and Nvidia drivers version R450 or newer.
11
+
- A GPU and drivers with CUDA 11.0 support (minimum compute compatibility 5.0, maximum compute compatibility 8.6), such as a modern Nvidia GPU and Nvidia drivers version R450 or newer.
12
12
- A GPU and drivers with Vulkan 1.2 support such as a modern AMD, Apple M1 processor, and Intel GPUs.
13
13
- A x86-64 cpu such as AMD or Intel cpus.
14
-
15
14
- Both discrete and on-board GPUs are supported as long as they support the minimum CUDA or Vulkan runtime version.
16
15
- We currently provide release binaries and build instructions for Ubuntu 20.04 but the library can be built on other Linux distros for usage on these systems.
17
16
@@ -29,7 +28,7 @@ One or more of the following processors:
29
28
## Build System Requirements
30
29
31
30
### All Platforms
32
-
- For building CUDA support: NVIDIA Cuda Tookit 11, an NVIDIA GPU with CUDA support, and an Nvdia driver version R450 or newer.
31
+
- For building CUDA support: NVIDIA Cuda Toolkit 11, an NVIDIA GPU with CUDA support, and an Nvdia driver version R450 or newer.
33
32
- For building Vulkan support: Vulkan SDK 1.2 and a GPU with Vulkan 1.2 runtime support.
0 commit comments