Skip to content
View vyom1611's full-sized avatar

Highlights

  • Pro

Block or report vyom1611

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

Pinned Loading

  1. llm.c llm.c Public

    Forked from karpathy/llm.c

    LLM training in simple, raw C/CUDA

    Cuda

  2. 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

  3. 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

  4. Laptop-app-using-gRPC Laptop-app-using-gRPC Public

    Created gRPC based searching services for streaming laptop configurations and stores

    Go 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++