alpaka-group / alpaka

Abstraction Library for Parallel Kernel Acceleration :llama:
https://alpaka.readthedocs.io
Mozilla Public License 2.0
353 stars 72 forks source link

1D Convolution example #2220

Closed mehmetyusufoglu closed 8 months ago

mehmetyusufoglu commented 8 months ago

This pull request consisting 1D convolution implementation is an exercise for a 2D or 3D convolution example.

SimeonEhrig commented 8 months ago

@mehmetyusufoglu A hint, you can use a draft instead a pull request, if you nobody should merge to early. There is option on the right corner to covert the PR to a draft.

image