Skip to content
View iamaayushrivastava's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@IITH-Compilers
Block or Report

Block or report iamaayushrivastava

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. Advanced-Compiler-Engg-With-LLVM Advanced-Compiler-Engg-With-LLVM Public

    This repository contains a collection of LLVM passes developed for LLVM v17.x. These passes are tailored to enhance the understanding and skills in compiler construction and optimization, especiall…

    LLVM 1

  2. Fraud-Analytics-Using-Predictive-and-Social-Network-Techniques Fraud-Analytics-Using-Predictive-and-Social-Network-Techniques Public

    This repository offers a comprehensive overview of various analytical techniques for fraud detection and provides implementation guidance for an effective fraud prevention solution to help you dete…

    Jupyter Notebook

  3. Leaf-Image-Classification-Using-Morphological-Features Leaf-Image-Classification-Using-Morphological-Features Public

    Identification of plants by analyzing their leaves using digital image processing techniques which involves examining and extracting various morphological features such as shape, color, and texture…

    Jupyter Notebook

  4. MLIR MLIR Public

    MLIR (Multi-Level Intermediate Representation) provides a flexible and extensible framework for building reusable and modular compiler components. This repository contains an MLIR pass, which is an…

    MLIR

  5. Image-Processing-with-OpenCV Image-Processing-with-OpenCV Public

    This repository contains the tutorial based on Image Processing with OpenCV by implementing most of the techniques. Explore the examples and practice the code to gain a deeper understanding of imag…

    Jupyter Notebook

  6. Inter-Procedural-Constant-Propagation Inter-Procedural-Constant-Propagation Public

    This repository features an LLVM optimization pass for inter-procedural, context-insensitive, and flow-sensitive constant propagation that analyses and substitutes constant values across function b…

    LLVM