llama-cpp-turboquant/examples/godot_examples
Fabian Sauter 24cd307042 Added .clang-format file and formatted everything
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
2022-05-02 15:11:40 +02:00
..
custom_module Added .clang-format file and formatted everything 2022-05-02 15:11:40 +02:00
gdnative_shared Added .clang-format file and formatted everything 2022-05-02 15:11:40 +02: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.