OmniSciDB
c0231cc57d
|
#include <vector>
#include <ostream>
Go to the source code of this file.
Classes | |
struct | CompilationOptions |
struct | ExecutionOptions |
Functions | |
std::ostream & | operator<< (std::ostream &os, ExecutorDeviceType const dt) |
|
strong |
Enumerator | |
---|---|
CPU | |
GPU |
Definition at line 25 of file CompilationOptions.h.
|
strong |
Enumerator | |
---|---|
KernelPerFragment | |
MultifragmentKernel |
Definition at line 37 of file CompilationOptions.h.
|
strong |
Enumerator | |
---|---|
Default | |
Optimized |
Definition at line 35 of file CompilationOptions.h.
|
strong |
Enumerator | |
---|---|
Default | |
ReductionJIT |
Definition at line 33 of file CompilationOptions.h.
|
strong |
Enumerator | |
---|---|
Native | |
Extern | |
TableFunctions |
Definition at line 74 of file CompilationOptions.h.
|
inline |
Definition at line 27 of file CompilationOptions.h.