Proper CUDA Error Checking 05-25-2022 05-25-2022 blog 7 minutes read (About 1079 words)Best Practice for CUDA Error Checking CUDA Read more
YUV Color Encoding and Chroma Subsampling 05-18-2022 05-18-2022 blog 4 minutes read (About 634 words)Transmission Efficient Color Encoding Computer Vision, YUV, Chroma Subsampling Read more
GitHub JSON Server 05-13-2022 05-13-2022 blog 2 minutes read (About 254 words)Serving JSON in GitHub Repository GitHub, Git, JSON Read more
GitHub Repository Scheduled Update Using GitHub Actions 05-11-2022 05-11-2022 blog 3 minutes read (About 380 words)Self-Updating GitHub Repository GitHub, Git Read more
Create Histogram Chart Using Chart.JS 05-07-2022 05-07-2022 blog 3 minutes read (About 487 words)Show Histogram Chart in HTML JavaScript, Chart.JS, Plot, Histogram Read more
Hexo Blog URL Submission to Baidu 05-04-2022 05-04-2022 blog 2 minutes read (About 321 words)Dealing with Invalid Sitemap Submission to Baidu Hexo, Baidu Read more
CUDA Compilation Architecture Macro 05-01-2022 05-01-2022 blog 10 minutes read (About 1439 words)Compilation Control Flow for Different GPU Architectures GPU, CUDA Read more
CUDA Compilation 04-28-2022 04-28-2022 blog 6 minutes read (About 846 words)GPU Compilation and Compatibility GPU, CUDA Read more
Unit Quaternion 3D Rotation Representation 04-24-2022 04-24-2022 blog 13 minutes read (About 1979 words)Derivation of Unit Quaternion 3D Rotation Representation Mathematics, Geometry, Computer Graphics Read more
Prevent C++ from Assignment and Movement to rvalue 04-21-2022 04-21-2022 blog 7 minutes read (About 1076 words)Best Practice for C++ User Defined Type Design CPP Read more
C++ Rule of Five 04-17-2022 04-17-2022 blog 8 minutes read (About 1176 words)The Rules of Thumb for Resource Management in Modern C++ CPP Read more
C++ Conceptual Constness 04-14-2022 04-14-2022 blog 3 minutes read (About 523 words)Bitwise Constness VS Conceptual Constness and C++ Mutable CPP Read more
Functional Safety Decomposition 04-08-2022 04-08-2022 blog 9 minutes read (About 1295 words)An Introduction to Functional Safety and Its Decomposition Functional Safety Read more
Function Binding and Performance Measurement 04-07-2022 05-12-2022 blog 6 minutes read (About 938 words)Creating Helper Functions for Performance Measurement in C++, CUDA and Python CPP, Python, CUDA Read more
C++ Const and Pass-By-Value 04-03-2022 04-03-2022 blog 3 minutes read (About 441 words)Best Practice for Const and Pass-By-Value CPP Read more
Floating Point Value Binary Representation 03-30-2022 03-30-2022 blog 8 minutes read (About 1222 words)Storing Floating Point Value on Computer with Fixed Bitwidth Computer Engineering Read more
Python Everyday Routine Scheduler 03-27-2022 03-27-2022 blog 7 minutes read (About 1097 words)Automate Daily Routines Using Python Python Read more
Amdahl's Law VS Gustafson's Law 03-23-2022 03-23-2022 blog 3 minutes read (About 508 words)Strong Scaling VS Weak Scaling High Performance Computing, Parallel Computing Read more
CUDA Matrix Multiplication 03-21-2022 03-28-2022 blog 32 minutes read (About 4801 words)Implement Matrix Multiplication and Batched Matrix Multiplication Using CUDA CPP, CUDA Read more
C++ Const Iterator 03-18-2022 03-18-2022 blog 12 minutes read (About 1770 words)C++ Const Iterator that Cannot Modify the Container CPP, Iterator Read more