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~2 backend_helper%create_helper proc~create_helper~2->proc~ncclgeterrorstring proc~destroy_helper~2 backend_helper%destroy_helper proc~create_helper~2->proc~destroy_helper~2 proc~destroy_helper~2->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~create transpose_plan%create proc~create->proc~create_helper~2 proc~create->proc~alloc_and_set_aux proc~run_autotune_backend run_autotune_backend proc~create->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create->proc~autotune_grid_decomposition proc~destroy transpose_plan%destroy proc~destroy->proc~destroy_helper~2 proc~mem_free transpose_plan%mem_free proc~destroy->proc~mem_free proc~mem_alloc transpose_plan%mem_alloc proc~mem_alloc->proc~alloc_mem proc~mem_free->proc~free_mem proc~run_autotune_backend->proc~alloc_mem proc~run_autotune_backend->proc~create_helper~2 proc~run_autotune_backend->proc~destroy_helper~2 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~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