# gpu acceleration Implement functionalities to Speed up the calculation ## Task1 : matrix diagonalization Accelerate the matrix diagonlization and have a single test file that : - [ ] runs successfully with the numpy library - [ ] runs successfully with the cupy library - [ ] runs for a case for which the gpu demonstrates acceleration
gpu acceleration
Implement functionalities to Speed up the calculation
Task1 : matrix diagonalization
Accelerate the matrix diagonlization and have a single test file that :