Popular repositories Loading
-
CppCon19-stdpar
CppCon19-stdpar PublicCode examples from David Olsen's "Faster Code Through Parallelism on CPUs and GPUs" at CppCon 2019
-
-
presentations
presentations PublicForked from PDXCPP/presentations
Repository for Slides and Presentation-Related Material
-
kokkos
kokkos PublicForked from scottbiersdorff/kokkos
Kokkos C++ Performance Portability Programming EcoSystem: The Programming Model - Parallel Execution and Memory Abstraction
C++
-
-
stdexec
stdexec PublicForked from NVIDIA/stdexec
`std::execution`, the proposed C++ framework for asynchronous and parallel programming.
C++
212 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 | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
February 2025
Created 8 commits in 2 repositories
Created a pull request in llvm/llvm-project that received 14 comments
[CIR] Function type return type improvements
When a C or C++ function has a return type of void
, the function type is now represented in MLIR as having no return type rather than having a retu…
Opened 8 other pull requests in 2 repositories
llvm/clangir
4
merged
-
[CIR] Delete
FuncOp::verifyType
This contribution was made on Feb 27 -
[CIR] clang-tidy CIRGenFunction.cpp
This contribution was made on Feb 25
-
[CIR] ClangIR specific .clang-tidy files
This contribution was made on Feb 25
-
[CIR] New assembly format for function type return
This contribution was made on Feb 23
llvm/llvm-project
3
merged
1
closed
-
[CIR] React to breaking change to DataLayoutTypeInterface
This contribution was made on Feb 25
-
[CIR] Upstream type
bool
This contribution was made on Feb 24 -
[CIR] Better handling of
void
function returnThis contribution was made on Feb 20 -
[CIR] Upstream simple function bodies
This contribution was made on Feb 18
Reviewed 8 pull requests in 2 repositories
llvm/llvm-project
7 pull requests
-
[CIR] Upstream global variable linkage types
This contribution was made on Feb 27
-
[CIR] Function type return type improvements
This contribution was made on Feb 26
-
[CIR] Upstream basic alloca and load support
This contribution was made on Feb 26
-
[CIR] Upstream type
bool
This contribution was made on Feb 25 -
[CIR] Better handling of
void
function returnThis contribution was made on Feb 24 -
[CIR] Upstream simple function bodies
This contribution was made on Feb 19
-
[CIR] Initial implementation of lowering CIR to MLIR
This contribution was made on Feb 19
llvm/clangir
1 pull request
-
[CIR] New assembly format for function type return
This contribution was made on Feb 24
Created an issue in llvm/clangir that received 1 comment
CIRGenTypes::convertTypeForMem
and bool
The documentation for CIRGenTypes::convertTypeForMem
states that it treats bool
specially:
/// Convert type T into an mlir::Type. This differs fro…