Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Functions
CompilerInterfaceDeviceInternal.hpp File Reference
#include "proteus/CompilerInterfaceDevice.h"
#include "proteus/CoreDevice.hpp"
Include dependency graph for CompilerInterfaceDeviceInternal.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

auto __jit_launch_kernel_internal (void *Kernel, dim3 GridDim, dim3 BlockDim, void **KernelArgs, uint64_t ShmemSize, void *Stream)
 

Function Documentation

◆ __jit_launch_kernel_internal()

auto __jit_launch_kernel_internal ( void *  Kernel,
dim3  GridDim,
dim3  BlockDim,
void **  KernelArgs,
uint64_t  ShmemSize,
void *  Stream 
)
inline