PinnedFunctors in C+ ;Simple Explanation by Exampleswhat is a functor in C++ and where would you want to use them by covering several code examples.Jun 7, 2022Jun 7, 2022
Lessons from LeetGPUSome trivial and not so trivial stuff that I learnt while doing LeetGPU.1d ago1d ago
What is TorchDynamo and TorchInductor? (for Dummies)Let us read some textbook definitions before we REALLY understand how it all comes together.Feb 17, 2025Feb 17, 2025
AMD ROCm HIP Error Code and their meaningHere is a list of the top 25 commonly used or encountered error codes in HIP (hipError_t) and their descriptions:Jan 9, 2025Jan 9, 2025
Easy Doubly Linked List C++ Implementation (Template Class)If you are here looking for implementation for Doubly Linked List in C++, I am assuming you already understand conceptually how…May 14, 2022May 14, 2022
Simple Linked List C++ Implementation (Class Templates)If you are here looking for an implementation for Linked List in C++, I am assuming you already understand conceptually how linked list…May 12, 2022May 12, 2022