Y
Hacker News
new
|
ask
|
show
|
jobs
by
syntaxing
294 days ago
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?
2 comments
tuckerman
294 days ago
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.
link
drdrey
294 days ago
https://en.wikipedia.org/wiki/Compute_kernel
link
If you search CUDA kernel you’d find examples but the term was used in HPC before as well.