Updated trailing components for readme

This commit is contained in:
Alejandro Saucedo 2021-07-21 21:19:24 +01:00
parent e4d85057d9
commit ddc879d692
10 changed files with 14 additions and 14 deletions

View file

@ -1,3 +1,3 @@
vulkan-kompute
kompute
lib
godot

View file

@ -25,7 +25,7 @@ git clone --branch v0.3.1 https://github.com/KomputeFoundation/kompute/
You will be able to use cmake to generate the build files for your platform.
```
cmake vulkan-kompute/. -Bvulkan-kompute/build
cmake kompute/. -Bkompute/build
```
You need to make sure that the build is configured with the same flags required for godot, for example, in windows you will need:

View file

@ -1,4 +1,4 @@
vulkan-kompute
kompute
lib
godot-cpp
.import

View file

@ -1,3 +1,3 @@
vulkan-kompute
kompute
lib
godot

View file

@ -31,7 +31,7 @@ git clone --branch v0.3.1 https://github.com/KomputeFoundation/kompute/
You will be able to use cmake to generate the build files for your platform.
```
cmake vulkan-kompute/. -Bvulkan-kompute/build
cmake kompute/. -Bkompute/build
```
You need to make sure that the build is configured with the same flags required for godot, for example, in windows you will need:

View file

@ -1,4 +1,4 @@
vulkan-kompute
kompute
lib
godot-cpp
.import

View file

@ -1,6 +1,6 @@
# Waifu2x VGG7 implementation
This demonstrates performing image upscaling using Python and vulkan-kompute.
This demonstrates performing image upscaling using Python and kompute.
To import the no-noise-compensation VGG7 model (into `model-kipper`):

View file

@ -104,7 +104,7 @@ git clone https://github.com/KomputeFoundation/kompute.git
Navigate to the available tests and install required dependencies.
```
cd vulkan-kompute/python/test
cd kompute/python/test
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip wheel