Skip to content
View Andy2887's full-sized avatar

Highlights

  • Pro

Block or report Andy2887

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Andy2887/README.md

👋 Hey there, I'm Liheng!

🚀 About Me

struct Liheng {
    current_focus: Vec<String>,
    fun_fact: String,
}

impl Liheng {
    fn new() -> Self {
        Self {
            current_focus: vec![
                String::from("AI Training Tools"),
                String::from("GPU Programming"),
                String::from("Open Source Contribution"),
            ],
            fun_fact: String::from("I prefer Rust over C/C++."),
        }
    }
}

If you find my work interesting, consider giving it a star!

Pinned Loading

  1. tracel-ai/burn tracel-ai/burn Public

    Burn is a next generation tensor library and Deep Learning Framework that doesn't compromise on flexibility, efficiency and portability.

    Rust 15.5k 954

  2. tracel-ai/cubecl tracel-ai/cubecl Public

    Multi-platform high-performance compute language extension for Rust.

    Rust 2.2k 198