Skip to content
View vyom1611's full-sized avatar

Highlights

  • Pro

Block or report vyom1611

Report abuse

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

Report abuse

Pinned Loading

  1. llm.c llm.c Public

    Forked from karpathy/llm.c

    LLM training in simple, raw C/CUDA

    Cuda

  2. RecurrentGemma-CUDA RecurrentGemma-CUDA Public

    Optimized version of the RecurrentGemma model written in Torch + CUDA. Implements advance kernels and inference techniques

    Python

  3. celebratix celebratix Public

    An event management system using .NET Core. Focused on the integration of act, venue, and show management features, the project Entity Framework Core and RabbitMQ for event-driven architecture and …

    C# 1

  4. project-and-client-management-graphql project-and-client-management-graphql Public

    Full-Stack Project-Client Management using GraphQL with Express/Node for backend and React for frontend

    JavaScript 1

  5. Tensor Operator Set Architecture Dat... Tensor Operator Set Architecture Dataflow pass
    1
    #include "mlir/IR/BuiltinOps.h"
    2
    #include "mlir/Pass/Pass.h"
    3
    #include "mlir/Transforms/Passes.h"
    4
    #include "mlir/Dialect/Func/IR/FuncOps.h"
    5
    #include "mlir/Dialect/Tosa/IR/TosaOps.h"
  6. Kaleidoscope-Extended Kaleidoscope-Extended Public

    A toy compiler using LLVM infrastructure with tracing extensions and JIT compiling support.

    C++