Blender
V3.3
|
Public Member Functions | |
CompilationSettings () | |
Public Attributes | |
string | cuda_toolkit_dir |
string | input_file |
string | output_file |
string | ptx_file |
vector< string > | defines |
vector< string > | includes |
int | target_arch |
int | bits |
bool | verbose |
bool | fast_math |
bool | ptx_only |
Definition at line 31 of file cycles_cubin_cc.cpp.
|
inline |
Definition at line 33 of file cycles_cubin_cc.cpp.
int CompilationSettings::bits |
Definition at line 45 of file cycles_cubin_cc.cpp.
Referenced by link_ptxas(), and parse_parameters().
string CompilationSettings::cuda_toolkit_dir |
Definition at line 38 of file cycles_cubin_cc.cpp.
Referenced by init(), link_ptxas(), and parse_parameters().
vector<string> CompilationSettings::defines |
Definition at line 42 of file cycles_cubin_cc.cpp.
Referenced by compile_cuda(), and parse_parameters().
bool CompilationSettings::fast_math |
Definition at line 47 of file cycles_cubin_cc.cpp.
Referenced by compile_cuda(), and parse_parameters().
vector<string> CompilationSettings::includes |
Definition at line 43 of file cycles_cubin_cc.cpp.
Referenced by compile_cuda(), and parse_parameters().
string CompilationSettings::input_file |
Definition at line 39 of file cycles_cubin_cc.cpp.
Referenced by compile_cuda(), and parse_parameters().
string CompilationSettings::output_file |
Definition at line 40 of file cycles_cubin_cc.cpp.
Referenced by compile_cuda(), link_ptxas(), and parse_parameters().
string CompilationSettings::ptx_file |
Definition at line 41 of file cycles_cubin_cc.cpp.
Referenced by compile_cuda(), and link_ptxas().
bool CompilationSettings::ptx_only |
Definition at line 48 of file cycles_cubin_cc.cpp.
Referenced by compile_cuda(), main(), and parse_parameters().
int CompilationSettings::target_arch |
Definition at line 44 of file cycles_cubin_cc.cpp.
Referenced by compile_cuda(), link_ptxas(), and parse_parameters().
bool CompilationSettings::verbose |
Definition at line 46 of file cycles_cubin_cc.cpp.
Referenced by link_ptxas(), and parse_parameters().