Skip to content
View hrshl212's full-sized avatar
  • Johns Hopkins Univeristy
  • Baltimore, Maryland

Block or report hrshl212

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
hrshl212/README.md
  • 👋 Hi, I’m Harshal Raut
  • 👀 I’m interested in High Performance Computing, Machine Learning and CFD
  • 📫 How to reach me hrshl212@gmail.com

Popular repositories Loading

  1. TD3-libtorch TD3-libtorch Public

    TD3 reinforcement learning algorithm using libtorch in simple environment

    Makefile 3

  2. Preconditioned-Conjugate-Gradient-Method-in-CUDA Preconditioned-Conjugate-Gradient-Method-in-CUDA Public

    Preconditioned conjugate gradient method with ILU preconditioner implemented in CUDA

    Cuda 2

  3. Transformer-Attention-Mechanism-in-CUDA Transformer-Attention-Mechanism-in-CUDA Public

    Custom CUDA kernel for transformer's attention mechanism and integrating it with pytorch

    Cuda 2

  4. Matrix_transpose_using_GPU Matrix_transpose_using_GPU Public

    Performing matrix transpose, first with each thread performing transpose of one element of matrix and later using the unrolling option as well.

    Cuda 1

  5. Optimized-matrix-multiplication-in-CUDA Optimized-matrix-multiplication-in-CUDA Public

    The repository contains different ways to implement matrix-matrix multiplication in CUDA starting from basic implementation to using tensor cores in NVIDIA A100 GPUs

    Cuda 1

  6. Custom-CUDA-kernels-with-Neural-Network-Implementation Custom-CUDA-kernels-with-Neural-Network-Implementation Public

    The repository contains custom CUDA kernels for linear layer, softmax and relu which are integrated with python to develop a Neural Network

    Python 1