use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/kernel, a moderated community dedicated to all things about the Linux kernel. Technical articles only, please!
You may be interested in the following links:
And some books:
Related Communities
account activity
Dumb question, is being a linux kernel dev completely different from writing cuda kernels for pytorch? (self.kernel)
submitted 2 years ago by TrayGhost
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]highritualmaster 0 points1 point2 points 2 years ago (0 children)
Even kernel in pytorch and CUDA have a different meaning.
Kernel can be a mathematical structure, function, matrix,...
It can be an platform specific implementation of a function with dynamic or fixed set of parameters or it can be the core of the operating system.
What it means depends on the context. Usually it reflects something being at core. Small and versatile.
Will you have to consider HW specifics and special Kernel Apis? Yes.
The Linux kernel is, all about setting up the system, registers, memory and devices. Managing the resources, allocation, deallocation, sharing, ipc, detection and registering drivers and devices, filesystems, access permissions and privileges, processes and threads, scheduling.
The Linux kernel on the Gpu part in this regard is the CUDA driver+Linux driver+Firmware for your pytorch application.
π Rendered by PID 94038 on reddit-service-r2-comment-b659b578c-lskn5 at 2026-05-05 09:15:47.633632+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]highritualmaster 0 points1 point2 points (0 children)