Forked from
Andreas Klöckner / loopy
4797 commits behind the upstream repository.
-
Andreas Klöckner authoredAndreas Klöckner authored
ref_other.rst 1017 B
Reference: Other Functionality
Obtaining Kernel Performance Statistics
Controlling caching
Running Kernels
In addition to simply calling kernels using :class:`LoopKernel.__call__`, the following underlying functionality may be used:
Automatic Testing
Troubleshooting
Printing :class:`LoopKernel` objects
If you're confused about things loopy is referring to in an error message or about the current state of the :class:`LoopKernel` you are transforming, the following always works:
print(kernel)
(And it yields a human-readable--albeit terse--representation of kernel.)