llama-cpp-turboquant/examples/godot_logistic_regression
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 Updated to add logistic regression godot example 2020-09-26 16:37:24 +01:00
godot_resources Updated and renamed classes for custom module 2020-09-27 15:08:04 +01:00
.gitignore Updated to add logistic regression godot example 2020-09-26 16:37:24 +01:00
project.godot Updated and renamed classes for lr example 2020-09-27 14:09:16 +01:00
README.md Moving to KomputeProject org 2021-07-22 09:56:47 +01:00

Kompute Game Engine Integration (Godot)

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 simpler Godot Summator example implemented in the GPU in this example folder.