|
Lux GPU Core 0.2.0
Lightweight plugin-based GPU acceleration for blockchain and ML
|
#include <kernel_loader.h>
Data Fields | |
| LuxKernelSourceType | type |
| LuxKernelLanguage | lang |
| const char * | source |
| size_t | source_len |
| const void * | binary |
| size_t | binary_len |
| const char * | entry_point |
| const char * | compile_opts |
Definition at line 51 of file kernel_loader.h.
| const void* LuxKernelSource::binary |
Definition at line 56 of file kernel_loader.h.
| size_t LuxKernelSource::binary_len |
Definition at line 57 of file kernel_loader.h.
| const char* LuxKernelSource::compile_opts |
Definition at line 59 of file kernel_loader.h.
| const char* LuxKernelSource::entry_point |
Definition at line 58 of file kernel_loader.h.
| LuxKernelLanguage LuxKernelSource::lang |
Definition at line 53 of file kernel_loader.h.
| const char* LuxKernelSource::source |
Definition at line 54 of file kernel_loader.h.
| size_t LuxKernelSource::source_len |
Definition at line 55 of file kernel_loader.h.
| LuxKernelSourceType LuxKernelSource::type |
Definition at line 52 of file kernel_loader.h.