MiniTensor Dev Journal
Repository Link 2024-07-23 Added GoogleTest and fixed a bug in Error Handling: Bug Fix in Error Handling: There was in fact a small bug in the cudaCheckError macro I wrote. I was getting an error about “cannot use + for two pointers”, and error led me to the MatrixOperations class’s destructor. However, within the destructor, I did not use any + operator. The only places I used the addition operator are the matrix addition method and the error handling macro....