Skip to content

What is the difference between func and kernel? #27

Answered by mmacklin
cadop asked this question in Q&A
Discussion options

You must be logged in to vote

The main difference is just that a wp.func() can't be launched from Python, it can only be called from kernels or other functions.

In the latest versions you can call function objects from other Python modules directly. This is not possible with kernels which must be launched from host Python.

Cheers,
Miles

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cadop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants