45
edits
Changes
N/A
,→Assignment 2
'''Insertion Sort'''
We stated in A1 that we wanted to attempt Insertion sort in order to learn & be innovate.
'''Kernel Code:'''
__global__ void Sort(int* arr, int size) {
'''Final files & Comparitive Graph'''
'''Graph Comparison: - Please give it a few seconds to load, we noticed it takes longer than expected to load the graph'''
https://docs.google.com/spreadsheets/d/176TTtES25qwWpm18aDRkPYDCF2EMKmsIGz3k0iuVafk/edit?usp=sharing
'''Final files:'''
'''Bubble.cu:''' [[File:Bubble.cu.txt]]