←back to thread

186 points nserrino | 3 comments | | HN request time: 0.401s | source
1. syntaxing ◴[] No.45120992[source]
This is gonna be a silly question but what does “kernel” mean in this context. I thought it meant like a Linux kernel module but doesn’t seem to be?
replies(2): >>45121078 #>>45121082 #
2. tuckerman ◴[] No.45121078[source]
A kernel is low level function that is going to run in parallel on your accelerator (hopefully efficiently). You will have various matmuls, convolutions, etc.

If you search CUDA kernel you’d find examples but the term was used in HPC before as well.

3. drdrey ◴[] No.45121082[source]
https://en.wikipedia.org/wiki/Compute_kernel