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

#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
 

Detailed Description

Definition at line 51 of file kernel_loader.h.

Field Documentation

◆ binary

const void* LuxKernelSource::binary

Definition at line 56 of file kernel_loader.h.

◆ binary_len

size_t LuxKernelSource::binary_len

Definition at line 57 of file kernel_loader.h.

◆ compile_opts

const char* LuxKernelSource::compile_opts

Definition at line 59 of file kernel_loader.h.

◆ entry_point

const char* LuxKernelSource::entry_point

Definition at line 58 of file kernel_loader.h.

◆ lang

LuxKernelLanguage LuxKernelSource::lang

Definition at line 53 of file kernel_loader.h.

◆ source

const char* LuxKernelSource::source

Definition at line 54 of file kernel_loader.h.

◆ source_len

size_t LuxKernelSource::source_len

Definition at line 55 of file kernel_loader.h.

◆ type

LuxKernelSourceType LuxKernelSource::type

Definition at line 52 of file kernel_loader.h.


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