Skip to content
View Weili-0234's full-sized avatar

Highlights

  • Pro

Block or report Weili-0234

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Weili-0234/README.md
  • 👋 Hi, this is Weili!
  • 🔥 I’m interested in Machine Learning Systems
  • 💻 I’m currently studying Computer Engineering at University of Illinois Urbana-Champaign (UIUC)
  • 🙋‍♂️ Pronouns: He/Him
  • ⌨️ I have some experience in assembly, C, C++, Java and Python. I am currently picking up CUDA and Triton.
  • 🤗 Feel free to check out my academic homepage!

Pinned Loading

  1. Write GELU in CUDA and (sometimes) g... Write GELU in CUDA and (sometimes) get better performance than torch
    1
    #!/usr/bin/env python
    2
    """
    3
    cuda_gelu.py – build and test a custom CUDA GELU op for PyTorch,
    4
    with an *optional* L2-cache flush before every timed run.
    5
    """