-
Google Inc.
- California
- https://sdasgup3.github.io/
Pinned Loading
-
stablehlo
stablehlo PublicForked from openxla/stablehlo
Backward compatible ML compute opset inspired by HLO/MHLO
MLIR 2
-
-
tensorflow/tensorflow
tensorflow/tensorflow PublicAn Open Source Machine Learning Framework for Everyone
-
non-separable-global-dataflow-framework
non-separable-global-dataflow-framework PublicExtend GCC's GDFA Architecture to Non-separable Framwork
Turing 1
-
My Z3 proof snippets
My Z3 proof snippets 12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3;;;;;;;;;;;;;;;;;;popcnt expl ;;;;;;;;;;;;;;;;;;;;;;;;;;;
4(declare-const V (_ BitVec 64))
5(declare-const I1 (_ BitVec 64))
-
binary-decompilation
binary-decompilation PublicExtracting high level semantic information from binary code
703 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
March 2025
Created 17 commits in 7 repositories
Created 1 repository
-
sdasgup3/shared-colabs
This contribution was made on Mar 20
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
Opened 5 other pull requests in 1 repository
openxla/stablehlo
5
merged
-
Bump patch version after integrate 1.10.1 -> 1.10.2
This contribution was made on Mar 25
-
Integrate LLVM at llvm/llvm-project@dd3addf954ac
This contribution was made on Mar 24
-
Bump patch version after integrate 1.10.0 -> 1.10.1
This contribution was made on Mar 21
-
Integrate LLVM at llvm/llvm-project@0230d63b4a8b
This contribution was made on Mar 19
-
Fix Scatter Spec Diagram
This contribution was made on Mar 15
Reviewed 17 pull requests in 2 repositories
openxla/stablehlo
15 pull requests
-
Integrate LLVM at llvm/llvm-project@ac9049df7e62
This contribution was made on Mar 27
-
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label
This contribution was made on Mar 26
-
Fix crash on ComplexType in PointwiseToLinalgMapConverter
This contribution was made on Mar 21
-
Integrate LLVM at llvm/llvm-project@0230d63b4a8b
This contribution was made on Mar 20
-
Add remaining unary result accuracies
This contribution was made on Mar 19
-
Fix Scatter Spec Diagram
This contribution was made on Mar 17
-
Integrate LLVM at llvm/llvm-project@f01e760c0836
This contribution was made on Mar 17
-
Extend legalize-quant-to-math pass to support composite op
This contribution was made on Mar 15
-
Pass to wrap StableHLO ops in composite
This contribution was made on Mar 14
-
Bump patch version after integrate 1.9.7 -> 1.9.8
This contribution was made on Mar 10
-
Integrate LLVM at llvm/llvm-project@e739ce2e10e6
This contribution was made on Mar 8
-
Add CHLO generated documentation
This contribution was made on Mar 7
-
Bump patch version after integrate 1.9.6 -> 1.9.7
This contribution was made on Mar 6
-
Fix location versioning
This contribution was made on Mar 4
-
Integrate LLVM at llvm/llvm-project@fd9a882ce31c
This contribution was made on Mar 4
llvm/llvm-project
2 pull requests
-
[MLIR] NFC: Remove unused includes
This contribution was made on Mar 27
-
Sub-channel quantized type implementation
This contribution was made on Mar 21
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…