Skip to content
View SyaOtiLan's full-sized avatar

Block or report SyaOtiLan

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
SyaOtiLan/README.md

Hi, I'm SyaOtiLan

I write C++ and CUDA, with an ACM silver medal background.

Right now I am working on ContextOS and learning LLM inference from the bottom up: GPU kernels, transformer internals, generation loops, and KV cache.

Current Work

  • GPT2.cu
    Handwritten C++/CUDA GPT-2 inference with real Hugging Face weights, greedy generation, prefill/decode, and KV cache.
  • ContextOS
    Experimental personal context system for project memory, technical notes, and agent workflows.

Writing

Background

  • ACM silver medal
  • C++ algorithms and data structures
  • CUDA and GPU programming
  • LLM inference systems

Links

Pinned Loading

  1. GPT2.cu GPT2.cu Public

    Handwritten C++/CUDA GPT-2 inference with real Hugging Face weights, greedy generation, prefill/decode, and KV cache.

    C++ 3

  2. context-os context-os Public

    Python 1