Graph Framework
Loading...
Searching...
No Matches
jit.hpp File Reference

Class to just in time compile a kernel. More...

#include <algorithm>
#include <iterator>
#include <thread>
#include "cpu_context.hpp"

Go to the source code of this file.

Classes

class  jit::context< T, SAFE_MATH >
 Class for JIT compile of the GPU kernels. More...
 

Namespaces

namespace  jit
 Name space for JIT functions.
 

Macros

#define START_GPU
 
#define END_GPU
 

Detailed Description

Class to just in time compile a kernel.

Just in time compiles kernels.

Macro Definition Documentation

◆ END_GPU

#define END_GPU

Ends a Cocoa auto release pool when using the metal backend. No opt otherwise.

◆ START_GPU

#define START_GPU

Starts a Cocoa auto release pool when using the metal backend. No opt otherwise.