sort_candidates_by_score Subroutine

public subroutine sort_candidates_by_score(scores, num_candidates, sorted_indices)

Sorting candidates by their performance scores

Arguments

Type IntentOptional Attributes Name
real(kind=real32), intent(in) :: scores(:)

Performance scores of candidates generated by evaluate_analytical_performance

integer(kind=int32), intent(in) :: num_candidates

Number of candidates

integer(kind=int32), intent(out) :: sorted_indices(:)

Sorted indices of candidates


Called by

proc~~sort_candidates_by_score~~CalledByGraph proc~sort_candidates_by_score sort_candidates_by_score proc~get_kernel get_kernel proc~get_kernel->proc~sort_candidates_by_score proc~create~4 nvrtc_kernel%create proc~create~4->proc~get_kernel proc~create~9 transpose_handle_cuda%create proc~create~9->proc~create~4