▲ | tuckerman 6 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. |