-
AMD
- Seattle, WA
Popular repositories Loading
-
mlir
mlir PublicForked from tensorflow/mlir
"Multi-Level Intermediate Representation" Compiler Infrastructure
-
-
scikit-learn
scikit-learn PublicForked from scikit-learn/scikit-learn
scikit-learn: machine learning in Python
Python
-
llvm-project
llvm-project PublicForked from llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at…
C++
-
mmperf
mmperf PublicForked from mmperf/mmperf
MatMul Performance Benchmarks for a Single CPU Core comparing both hand engineered and codegen kernels.
C++
-
1,044 contributions in the last year
Day of Week | 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
April 2025
Created 1 commit in 1 repository
Opened 1 pull request in 1 repository
iree-org/iree
1
open
-
Test fix for bufferization issue
This contribution was made on Apr 2
Reviewed 4 pull requests in 3 repositories
iree-org/iree
2 pull requests
-
[Dispatch Creation] Enable more reshape movement
This contribution was made on Apr 2
-
[Codegen] Work around for an SSA use-def violation issue with tile and fuse consumer
This contribution was made on Apr 1
llvm/llvm-project
1 pull request
-
[MLIR] Bubble up tensor.extract_slice through tensor.collapse_shape
This contribution was made on Apr 2
nod-ai/iree-model-benchmark
1 pull request
-
Add benchmark tools for mistral
This contribution was made on Apr 1
Created an issue in llvm/llvm-project that received 4 comments
[mlir][Bufferization] Bufferization does not seem to handle well degenerate slices.
I have long had this issue with bufferization where it somehow needs to always need a tensor.extract_slice
to "do the right thing" and gets thrown …