llama-cpp-turboquant/examples/godot_examples
2021-02-27 14:49:12 +00:00
..
custom_module Initial checkpoint with reasonable workflow 2021-02-27 14:49:12 +00:00
gdnative_shared Initial checkpoint with reasonable workflow 2021-02-27 14:49:12 +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 updated image for kompute godot 2020-09-27 20:40:51 +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.