Skip to content

Instantly share code, notes, and snippets.

View tonycwliu's full-sized avatar

Tony CW Liu tonycwliu

View GitHub Profile
@tonycwliu
tonycwliu / Meta_GPU_Techniques_Team.md
Last active October 9, 2025 13:29
Meta GPU Techniques Team

Meta GPU Techniques Team

                     Next Generation GPU Enablement (Blackwell, MI350)
                     High-performance Custom GPU Kernels
                     Advanced Algortihms for Large Language Models
                     Compiler & Ecosystem Advancements (Triton, GEMM Tuning)

Our work was recognized over $100 million infra annual saving, top-tier publications, & open-source contributions.

@tonycwliu
tonycwliu / blog.sh
Created September 7, 2012 08:30
This script help to update your Octopress blog by a single commend
#!/bin/sh
# This script help to update your Octopress blog by a single commend
# USAGE: sh blog.sh {your comment of this commitment}
# If no comment for this updating, simply say `Updating'
if [ $# -lt 1 ]; then
commit_note=\'Updating.\'
else
commit_note=\'$1\'
fi