|
Lux GPU Core 0.2.0
Lightweight plugin-based GPU acceleration for blockchain and ML
|
#include <kernel_loader.h>
Data Fields | |
| const char * | name |
| const char * | entry_point |
| LuxKernelLanguage | lang |
| const char * | source |
| size_t | source_len |
| const void * | binary |
| size_t | binary_len |
Definition at line 73 of file kernel_loader.h.
| const void* LuxEmbeddedKernel::binary |
Definition at line 79 of file kernel_loader.h.
| size_t LuxEmbeddedKernel::binary_len |
Definition at line 80 of file kernel_loader.h.
| const char* LuxEmbeddedKernel::entry_point |
Definition at line 75 of file kernel_loader.h.
| LuxKernelLanguage LuxEmbeddedKernel::lang |
Definition at line 76 of file kernel_loader.h.
| const char* LuxEmbeddedKernel::name |
Definition at line 74 of file kernel_loader.h.
| const char* LuxEmbeddedKernel::source |
Definition at line 77 of file kernel_loader.h.
| size_t LuxEmbeddedKernel::source_len |
Definition at line 78 of file kernel_loader.h.