Open3D (C++ API)
0.17.0
|
ISA information. More...
#include <ISAInfo.h>
Data Structures | |
struct | Impl |
Public Member Functions | |
~ISAInfo ()=default | |
ISAInfo (const ISAInfo &)=delete | |
void | operator= (const ISAInfo &)=delete |
ISATarget | SelectedTarget () const |
Returns the dispatched ISA target that will be used in kernel code. More... | |
void | Print () const |
Prints ISAInfo in the console. More... | |
Static Public Member Functions | |
static ISAInfo & | GetInstance () |
ISA information.
This provides information about kernel code written in ISPC.
|
default |
|
delete |
|
static |
|
delete |
void open3d::utility::ISAInfo::Print | ( | ) | const |
Prints ISAInfo in the console.
ISATarget open3d::utility::ISAInfo::SelectedTarget | ( | ) | const |
Returns the dispatched ISA target that will be used in kernel code.