Skip to content
Snippets Groups Projects
Commit 4177272a authored by Dinda Yora Islami's avatar Dinda Yora Islami
Browse files

add radix

parent 5a131ae3
No related merge requests found
...@@ -55,7 +55,7 @@ void countSort(int arr[], int n, int exp) ...@@ -55,7 +55,7 @@ void countSort(int arr[], int n, int exp)
arr[i] = output[i]; arr[i] = output[i];
cudaFree(d_arr); cudaFree(d_arr);
cudaFree(count); cudaFree(d_count);
} }
// The main function to that sorts arr[] of size n using // The main function to that sorts arr[] of size n using
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment