Skip to content
View sdasgup3's full-sized avatar
🏊‍♂️
in mid-ocean
🏊‍♂️
in mid-ocean

Organizations

@kframework @googlers @openxla

Block or report sdasgup3

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. stablehlo Public

    Forked from openxla/stablehlo

    Backward compatible ML compute opset inspired by HLO/MHLO

    MLIR 2

  2. tensorflow/mlir-hlo Public

    MLIR 409 72

  3. tensorflow/tensorflow Public

    An Open Source Machine Learning Framework for Everyone

    C++ 189k 74.6k

  4. non-separable-global-dataflow-framework Public

    Extend GCC's GDFA Architecture to Non-separable Framwork

    Turing 1

  5. My Z3 proof snippets
    1
    
                  
    2
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    3
    ;;;;;;;;;;;;;;;;;;popcnt expl ;;;;;;;;;;;;;;;;;;;;;;;;;;;
    4
    (declare-const V (_ BitVec 64))
    5
    (declare-const I1 (_ BitVec 64))
  6. binary-decompilation Public

    Extracting high level semantic information from binary code

    Assembly 64 8

703 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to openxla/stablehlo, tensorflow/tensorflow, openxla/xla and 6 other repositories
Loading A graph representing sdasgup3's contributions from March 24, 2024 to March 29, 2025. The contributions are 50% commits, 36% code review, 13% pull requests, 1% issues. 36% Code review 1% Issues 13% Pull requests 50% Commits

Contribution activity

March 2025

Created 1 repository

Created a pull request in openxla/stablehlo that received 1 comment

Draft fixes for TOSA breakages

The PR is an attempt to address some of issues introduced by the recent changes in TOSA dialect llvm/llvm-project#129720

+20 −15 lines changed 1 comment
Opened 5 other pull requests in 1 repository
Reviewed 17 pull requests in 2 repositories

Created an issue in openxla/stablehlo that received 4 comments

Fix TOSA related breakages

Hi @Tai78641 The recent TOSA dialect changes introduced by https://github.com/llvm/llvm-project/pull/129720 have caused breakages, for example: /us…

4 comments
Loading