|
std::shared_ptr< card > | new_card (int id=0) |
| Initialize a new card. More...
|
|
template<typename REAL_IN , typename REAL_OUT > |
void | gpu2cpu (const gpuvec< REAL_IN > &gpu, cpuvec< REAL_OUT > &cpu) |
| Copy data from a GPU object to a CPU object. More...
|
|
template<typename REAL > |
gpuvec< REAL > | gpu2cpu (const gpuvec< REAL > &gpu) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
template<typename REAL_IN , typename REAL_OUT > |
void | gpu2cpu (const gpumat< REAL_IN > &gpu, cpumat< REAL_OUT > &cpu) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
template<typename REAL > |
cpumat< REAL > | gpu2cpu (const gpumat< REAL > &gpu) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
template<typename REAL_IN , typename REAL_OUT > |
void | cpu2gpu (const cpuvec< REAL_IN > &cpu, gpuvec< REAL_OUT > &gpu) |
| Copy data from a CPU object to a GPU object. More...
|
|
template<typename REAL_IN , typename REAL_OUT > |
void | cpu2gpu (const cpumat< REAL_IN > &cpu, gpumat< REAL_OUT > &gpu) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
template<typename REAL_IN , typename REAL_OUT > |
void | gpu2gpu (const gpuvec< REAL_IN > &gpu_in, gpuvec< REAL_OUT > &gpu_out) |
| Copy data from a GPU object to another. More...
|
|
template<typename REAL > |
gpuvec< REAL > | gpu2gpu (const gpuvec< REAL > &gpu_in) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
template<typename REAL_IN , typename REAL_OUT > |
void | gpu2gpu (const gpumat< REAL_IN > &gpu_in, gpumat< REAL_OUT > &gpu_out) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
template<typename REAL > |
gpumat< REAL > | gpu2gpu (const gpumat< REAL > &gpu_in) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|