llama-cpp-turboquant/examples/godot_examples
Alejandro Saucedo ea983cb64d Updated compilesource in godot examples
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-01-30 10:41:57 +00:00
..
custom_module Updated compilesource in godot examples 2022-01-30 10:41:57 +00:00
gdnative_shared Updated compilesource in godot examples 2022-01-30 10:41:57 +00:00
godot_engine Added full module example 2020-09-20 17:19:12 +01:00
godot_resources Reset to the simple summator example to show the more complex LR in different folder 2020-09-26 15:27:15 +01:00
.gitignore Added full module example 2020-09-20 17:19:12 +01:00
project.godot Updated to use komputesummator class 2020-09-20 15:20:03 +01:00
README.md Moving to KomputeProject org 2021-07-22 09:56:47 +01:00

Godot Summator GPU Kompute Example

This repository contains the accompanying code for the Blog post "Supercharging Game Development with GPU Accelerated Machine Learning".

This example folder contains three key components:

You can also find the advanced ML Logistic Regression example in the GPU in this example folder.