Alessio Sclocco

Results 16 issues of Alessio Sclocco

List of images we need to help participants to get a visual idea of some concepts: - Difference between CPU and GPU - Thread hierarchy - Memory hierarchy Feel free...

enhancement
good first issue
help wanted

We spend (and I believe rightly so) some time to expand our `vector_add` example into code that can be run on vectors of arbitrary size. But what if the vectors...

enhancement

Following from 2021-11-02-ds-gpu feedback: > typing the functions goes a bit slow sometimes. that time could be better spend on explaining what the function does and differences between the concepts...

enhancement

The [architecture image](https://kerneltuner.github.io/kernel_tuner/stable/_images/architecture.png) should show "Compiler Functions" instead of "C Functions", and could also show a generic "compiler"instead of "GCC/GFortran".

documentation

Extending the directive support to OpenMP.

In `tune_kernel` there is a call to `check_block_size_params_names_list` that produces a warning if you don't have e.g. "block_size_x" in your tunable parameters. This is not useful when not using CUDA/HIP,...

enhancement