[Blog] Custom: Keep the TOC Open by Default
Abstract toc를 항상 열도록 커스텀. 다음 링크를 참고하여 적용 Chirpy 목차(toc) 항상 열기 // assets/css/jekyll-theme-chirpy.scss --- --- /* prettier-ignore */ @use 'main.bundle'; /* append your custom style below */ .is-...
Abstract toc를 항상 열도록 커스텀. 다음 링크를 참고하여 적용 Chirpy 목차(toc) 항상 열기 // assets/css/jekyll-theme-chirpy.scss --- --- /* prettier-ignore */ @use 'main.bundle'; /* append your custom style below */ .is-...
2025-08-08: 최초 구현 2025-08-10: 중복 렌더링 버그 fix 2025-08-20: Editor 코드 하이라이팅 Shiki 적용 Editor 좌우 스크롤 허용 Console 하이라이팅 추가 code payload를 URL에서 제외하고 postMessag...
Abstract This post examines Gemmini’s high-level API function tiled_matmul_auto(), which implements systolic-array-based tiled matrix multiplication with automatic tile-size computation. We analyz...
Abstract This outline presents the high-level research plan for accelerating dynamic DNN workloads at the runtime and system software levels. 1. Introduction Dynamic DNNs—neural networks whose inp...
Abstract This post provides an in-depth overview of the fundamental C/C++ integer type int, covering its definition, typical size, value range, signed vs. unsigned variants, and practical usage gui...
Abstract This post explores advanced macro techniques in C and C++, including stringification (#), token pasting (##), conditional compilation directives, variadic macros, and predefined debugging ...
Abstract This post introduces the fundamental concepts and usage patterns of user-defined macros in C and C++. It covers macro constants, function-like macros, and the hazards associated with multi...
About Linux Category This category focuses on the Linux operating system, especially in the context of development environments and command-line usage. Covered topics include: Linux command-lin...
About C/C++ Category This category covers key aspect of the C and C++ programming languages, focusing on: Syntax and semantics Standard libraries Practical usage Reference standars: ...
Part 1: Some History, Hardware Lottery AI Winter for Neural Networks Marvin Minsky wrote in 1969: “Neural networks” cannot learn the XOR relationship “Neural networks” only learn linea...