|
Lift
Library of parallel computing primitives for GPUs and multi-core CPUs
|
Functions | |
| template<typename dst_value_type , typename src_value_type > | |
| static constexpr LIFT_HOST_DEVICE bool | check_value_type_assignment_compatible (void) |
| Checks if a source and destination value types are assignment-compatible. More... | |
| cpu_config | identify_host_cpu (void) |
|
static |
Checks if a source and destination value types are assignment-compatible.
This effectively only checks that the types are the same or that the destination type is a const version of the source type.
| dst_value_type | The lhs type for the assignment |
| src_value_type | The rhs type for the assignment |
Definition at line 59 of file type_assignment_checks.h.
| cpu_config lift::__internal::identify_host_cpu | ( | void | ) |
Definition at line 337 of file x86_64_cpuid.cu.
1.8.6