ncclGetErrorString_c Interface

interface

Returns a human-readable string corresponding to the passed error code.


Called by

interface~~ncclgeterrorstring_c~~CalledByGraph interface~ncclgeterrorstring_c ncclGetErrorString_c proc~ncclgeterrorstring ncclGetErrorString proc~ncclgeterrorstring->interface~ncclgeterrorstring_c proc~alloc_mem alloc_mem proc~alloc_mem->proc~ncclgeterrorstring proc~create_helper backend_helper%create_helper proc~create_helper->proc~ncclgeterrorstring proc~destroy_helper backend_helper%destroy_helper proc~create_helper->proc~destroy_helper proc~destroy_helper->proc~ncclgeterrorstring proc~execute_nccl backend_nccl%execute_nccl proc~execute_nccl->proc~ncclgeterrorstring proc~free_mem free_mem proc~free_mem->proc~ncclgeterrorstring proc~alloc_and_set_aux alloc_and_set_aux proc~alloc_and_set_aux->proc~alloc_mem proc~mem_alloc~3 abstract_transpose_plan%mem_alloc proc~mem_alloc~3->proc~alloc_mem proc~mem_free~3 abstract_transpose_plan%mem_free proc~mem_free~3->proc~free_mem proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->proc~alloc_mem proc~run_autotune_backend->proc~create_helper proc~run_autotune_backend->proc~free_mem proc~run_autotune_backend->proc~alloc_and_set_aux proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~create_cuda transpose_plan_cuda%create_cuda proc~create_cuda->proc~alloc_and_set_aux proc~create_cuda->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create_cuda->proc~autotune_grid_decomposition proc~destroy_cuda transpose_plan_cuda%destroy_cuda proc~destroy_cuda->proc~mem_free~3 proc~autotune_grid_decomposition->proc~autotune_grid

private function ncclGetErrorString_c(ncclResult_t) result(message) bind(C, name="ncclGetErrorString")

Arguments

Type IntentOptional Attributes Name
integer(kind=c_int32_t), intent(in), value :: ncclResult_t

Completion status of a NCCL function.

Return Value type(c_ptr)

Pointer to message