Updated trailing components for readme
This commit is contained in:
parent
e4d85057d9
commit
ddc879d692
10 changed files with 14 additions and 14 deletions
|
|
@ -1,3 +1,3 @@
|
|||
vulkan-kompute
|
||||
kompute
|
||||
lib
|
||||
godot
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
vulkan-kompute
|
||||
kompute
|
||||
lib
|
||||
godot-cpp
|
||||
.import
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
vulkan-kompute
|
||||
kompute
|
||||
lib
|
||||
godot
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
vulkan-kompute
|
||||
kompute
|
||||
lib
|
||||
godot-cpp
|
||||
.import
|
||||
|
|
|
|||
|
|
@ -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`):
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue