Pinned Repositories
alpaka_reduction_benchmark
A benchmark for a reduction in alpaka.
alpaka_strided_copy
Minimal working example of a strided copy from host to device memory utiliying the alpaka library.
bachelor_thesis
Repository for my bachelor thesis
c-lessons
©️C language lessons TeX source
deep_cyber
A minimalist deep learning framework for Python and C/C++.
fantestic
A minimal unit testing framework for C.
fastsort
A simple sorting benchmark for large amounts of data.
IniParser
An .INI file parser written in C (with a C++ wrapper).
SimpleBench
A very simple and minimalistic benchmarking library
squared_matrix_multiplication
Various implementations of matrix multiplications for NxN matrices.
kloppstock's Repositories
kloppstock/alpaka_strided_copy
Minimal working example of a strided copy from host to device memory utiliying the alpaka library.
kloppstock/IniParser
An .INI file parser written in C (with a C++ wrapper).
kloppstock/alpaka_reduction_benchmark
A benchmark for a reduction in alpaka.
kloppstock/bachelor_thesis
Repository for my bachelor thesis
kloppstock/c-lessons
©️C language lessons TeX source
kloppstock/deep_cyber
A minimalist deep learning framework for Python and C/C++.
kloppstock/fantestic
A minimal unit testing framework for C.
kloppstock/fastsort
A simple sorting benchmark for large amounts of data.
kloppstock/SimpleBench
A very simple and minimalistic benchmarking library
kloppstock/squared_matrix_multiplication
Various implementations of matrix multiplications for NxN matrices.
kloppstock/tree_data_structure
Tree data structure framework for C
kloppstock/tictactoe
A tic tac toe engine optimized for AI implementaion.