|
Blender V5.0
|
#include <kernel_function.h>
Classes | |
| class | KernelInfo |
Public Member Functions | |
| CPUKernelFunction (FunctionType kernel_default, FunctionType kernel_avx2) | |
| template<typename... Args> | |
| auto | operator() (Args... args) const |
| const char * | get_uarch_name () const |
Protected Member Functions | |
| KernelInfo | get_best_kernel_info (FunctionType kernel_default, FunctionType kernel_avx2) |
Protected Attributes | |
| KernelInfo | kernel_info_ |
Definition at line 17 of file kernel_function.h.
|
inline |
Definition at line 19 of file kernel_function.h.
|
inlineprotected |
Definition at line 54 of file kernel_function.h.
Referenced by CPUKernelFunction< void(*)(const ThreadKernelGlobalsCPU *kg, IntegratorStateCPU *state)>::CPUKernelFunction().
|
inline |
Definition at line 31 of file kernel_function.h.
Referenced by CPUDevice::CPUDevice().
|
inline |
Definition at line 24 of file kernel_function.h.
|
protected |
Definition at line 68 of file kernel_function.h.