|
void | coreneuron::nrn_ion_global_map_copyto_device () |
|
void | coreneuron::nrn_ion_global_map_delete_from_device () |
|
void | coreneuron::nrn_VecPlay_copyto_device (NrnThread *nt, void **d_vecplay) |
|
void | coreneuron::nrn_VecPlay_delete_from_device (NrnThread *nt) |
|
void | coreneuron::cnrn_target_copyin_debug (std::string_view file, int line, std::size_t sizeof_T, std::type_info const &typeid_T, void const *h_ptr, std::size_t len, void *d_ptr) |
|
void | coreneuron::cnrn_target_delete_debug (std::string_view file, int line, std::size_t sizeof_T, std::type_info const &typeid_T, void const *h_ptr, std::size_t len) |
|
void | coreneuron::cnrn_target_deviceptr_debug (std::string_view file, int line, std::type_info const &typeid_T, void const *h_ptr, void *d_ptr) |
|
void | coreneuron::cnrn_target_is_present_debug (std::string_view file, int line, std::type_info const &typeid_T, void const *h_ptr, void *d_ptr) |
|
void | coreneuron::cnrn_target_memcpy_to_device_debug (std::string_view file, int line, std::size_t sizeof_T, std::type_info const &typeid_T, void const *h_ptr, std::size_t len, void *d_ptr) |
|
int | coreneuron::cnrn_target_get_num_devices () |
|
void | coreneuron::cnrn_target_set_default_device (int device_num) |
|
void | coreneuron::setup_nrnthreads_on_device (NrnThread *threads, int nthreads) |
|
void | coreneuron::copy_ivoc_vect_to_device (const IvocVect &from, IvocVect &to) |
|
void | coreneuron::delete_ivoc_vect_from_device (IvocVect &vec) |
|
void | coreneuron::realloc_net_receive_buffer (NrnThread *nt, Memb_list *ml) |
|
static void | coreneuron::net_receive_buffer_order (NetReceiveBuffer_t *nrb) |
|
void | coreneuron::update_net_receive_buffer (NrnThread *nt) |
|
void | coreneuron::update_net_send_buffer_on_host (NrnThread *nt, NetSendBuffer_t *nsb) |
|
void | coreneuron::update_nrnthreads_on_host (NrnThread *threads, int nthreads) |
|
void | coreneuron::update_weights_from_gpu (NrnThread *threads, int nthreads) |
| Copy weights from GPU to CPU. More...
|
|
void | coreneuron::delete_nrnthreads_on_device (NrnThread *threads, int nthreads) |
| Cleanup device memory that is being tracked by the OpenACC runtime. More...
|
|
void | coreneuron::nrn_newtonspace_copyto_device (NewtonSpace *ns) |
|
void | coreneuron::nrn_newtonspace_delete_from_device (NewtonSpace *ns) |
|
void | coreneuron::nrn_sparseobj_copyto_device (SparseObj *so) |
|
void | coreneuron::nrn_sparseobj_delete_from_device (SparseObj *so) |
|