CUDA Compilation Architecture Macro 05-01-2022 05-01-2022 blog 10 minutes read (About 1439 words)Compilation Control Flow for Different GPU Architectures CUDA, GPU Read More
CUDA Compilation 04-28-2022 04-28-2022 blog 6 minutes read (About 848 words)GPU Compilation and Compatibility CUDA, GPU 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 10-15-2023 blog 9 minutes read (About 1277 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 1175 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 522 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 1297 words)An Introduction to Functional Safety and Its Decomposition Functional Safety Read More
Function Binding and Performance Measurement 04-07-2022 12-15-2023 blog 7 minutes read (About 1023 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 440 words)Best Practice for Const and Pass-By-Value CPP Read More
Floating Point Value Binary Representation 03-30-2022 11-28-2022 blog 10 minutes read (About 1551 words)Storing Floating Point Value on Computer with Fixed Bitwidth Computer Engineering Read More