Lux GPU Core 0.2.0
Lightweight plugin-based GPU acceleration for blockchain and ML
Loading...
Searching...
No Matches
LuxEmbeddedKernel Struct Reference

#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
 

Detailed Description

Definition at line 73 of file kernel_loader.h.

Field Documentation

◆ binary

const void* LuxEmbeddedKernel::binary

Definition at line 79 of file kernel_loader.h.

◆ binary_len

size_t LuxEmbeddedKernel::binary_len

Definition at line 80 of file kernel_loader.h.

◆ entry_point

const char* LuxEmbeddedKernel::entry_point

Definition at line 75 of file kernel_loader.h.

◆ lang

LuxKernelLanguage LuxEmbeddedKernel::lang

Definition at line 76 of file kernel_loader.h.

◆ name

const char* LuxEmbeddedKernel::name

Definition at line 74 of file kernel_loader.h.

◆ source

const char* LuxEmbeddedKernel::source

Definition at line 77 of file kernel_loader.h.

◆ source_len

size_t LuxEmbeddedKernel::source_len

Definition at line 78 of file kernel_loader.h.


The documentation for this struct was generated from the following file: