- adding two metrics using cuda
- multiply 2 metrices using using cuda by different ways
- multiply row by column
- multiply column by row
- multiply each elemnt then add
- apply binary search to find element using cuda
- apply convolution using PyTorch
- apply convolution using normal way
- apply convolution using input Tile
- apply convolution using output Tile
- make dinamic progeamming to make binary sort