Problem 4 Bag of Tasks GPU
Implement the task manager on the GPU using CUDA. Use atomic operations here as well. You will also need to design your own simple hash function for this problem.
Hints:
CUDA Programming Guide(Atomic Functions - pg.30 + Appendix C)