Lancern reviewed pull request #137366 in the repository llvm/llvm-project

llvm/llvm-project

#137366: [CIR][NFC] Fix a build warning in CIRGenCall.cpp

Lancern starred the repository godzie44/BugStalker

Lancern pushed 1 commit(s) to refs/heads/main in repository Lancern/didl

Lancern/didl

#9c12ac - feat: multi-head attention by Sirui Mu

Lancern created a new branch seq2seq in the repository Lancern/didl

Lancern pushed 1 commit(s) to refs/heads/main in repository Lancern/didl

Lancern/didl

#0d0930 - feat: training part of encoder-decoder seq2seq model by Sirui Mu

Lancern pushed 1 commit(s) to refs/heads/main in repository Lancern/didl

Lancern/didl

#205bc9 - feat: MTFraEng dataset by Sirui Mu

Lancern pushed 1 commit(s) to refs/heads/main in repository Lancern/didl

Lancern/didl

#f28c64 - feat: MTFraEng dataset by Sirui Mu

Lancern opened pull request #136810 in the repository llvm/llvm-project

llvm/llvm-project

#136810: [CIR] Upstream cir.call with scalar arguments

Lancern pushed 1 commit(s) to refs/heads/clangir/call-args in repository Lancern/llvm-project

Lancern/llvm-project

Lancern pushed 122 commit(s) to refs/heads/main in repository Lancern/llvm-project

Lancern/llvm-project

#53927a - [CIR] Make ZeroAttr use AttrBuilderWithInferredContext (#136604) by Henrich Lauko
#0ca2d4 - [mlir][emitc] mark `emitc.load` with `CExpression` (#130802) by Kirill Chibisov
#8639b3 - [CIR] Make UndefAttr use AttrBuilderWithInferredContext (#136605) by Henrich Lauko
#2d3bbb - [mlir][Transforms] Dialect conversion: Erase materialized constants instead o... by Matthias Springer
#56f5bc - [CIR] Let ConstantOp builder infer its type automatically (#136606) by Henrich Lauko
#8bc0d4 - [mlir][Transforms] Dialect conversion: Add flag to disable rollback (#136490) by Matthias Springer
#a22ad6 - [lldb/cmake] Normalize use of HAVE_LIBCOMPRESSION (#135528) by Pavel Labath
#f541a3 - [AMDGPU] SIInstrInfo: Fix resultDependsOnExec for VOPC instructions (#134629) by Frederik Harwath
#ef72b9 - [LV] Use requested calling convention for vector math routines (#136122) by David Sherwood
#3334c3 - [TTI] Fix discrepancies in prototypes between interface and implementations (... by Sergei Barannikov
#a35f94 - [clangd] Support operators new and delete in textDocument/references (#135620) by Christian Kandeler
#c3f815 - Modify the localCache API to require an explicit commit on CachedFile… (#136121) by anjenner
#382263 - [lldb][docs] Repeat required Python version number by David Spickett
#278c42 - [ValueTracking] Drop ucmp/scmp from getIntrinsicRange() (NFCI) by Nikita Popov
#4bcc41 - [MLIR][TableGen] Error on APInt parameter without custom comparator (#135970) by Robert Konicar
#d8b0e6 - [SPIR-V] Fix OpVectorShuffle operands on load (#135954) by Nathan Gauër
#e12681 - [clang-cl] Parse the /dynamicdeopt option by Hans Wennborg
#adb671 - [lldb] Clean up StartDebugserverProcess before I start refactoring it (#135342) by Pavel Labath
#a86f4e - [lldb] Use correct path for debugserver (#131609) by Yuval Deutscher
#9efd79 - [TTI] Make the rest of TTI::Concept/TTI::Model methods const (NFC) (#136668) by Sergei Barannikov

Lancern pushed 1 commit(s) to refs/heads/clangir/call-args in repository Lancern/llvm-project

Lancern/llvm-project

#10dc05 - [CIR] Upstream cir.call with scalar arguments by Sirui Mu

Lancern pushed 1 commit(s) to refs/heads/clangir/call-args in repository Lancern/llvm-project

Lancern/llvm-project

#e2ca0a - save works by Sirui Mu

Lancern created a new branch clangir/call-args in the repository Lancern/llvm-project

Lancern pushed 1 commit(s) to refs/heads/main in repository Lancern/didl

Lancern/didl

#147b8b - feat: GRU implemented from scratch by Sirui Mu

Lancern pushed 4 commit(s) to refs/heads/main in repository Lancern/llvm-project

Lancern/llvm-project

#0014b4 - [TTI] Make all interface methods const (NFCI) (#136598) by Sergei Barannikov
#9e26c7 - [RISCV] Add smcntrpmf extension (#136556) by Liao Chunyu
#497382 - [SelectionDAG] Make the FoldingSet profile in getAtomic match AddNodeIDCustom... by Craig Topper
#784dc1 - [LangRef][IR] Fix default AS documentation for allocas without explicit AS (#... by Fabian Ritter

Lancern pushed 1 commit(s) to refs/heads/main in repository Lancern/didl

Lancern/didl

#ea5045 - feat: long short-term memory implemented from scratch by Sirui Mu

Lancern pushed 1 commit(s) to refs/heads/main in repository Lancern/didl

Lancern/didl

#c97780 - feat: RNN implemented from scratch by Sirui Mu

Lancern reviewed pull request #135649 in the repository llvm/llvm-project

llvm/llvm-project

#135649: [Clang] Add support for GCC bound member functions extension

Lancern commented to a review in pull request #135649 in the repository llvm/llvm-project

llvm/llvm-project

#135649: [Clang] Add support for GCC bound member functions extension

Lancern pushed 1 commit(s) to refs/heads/main in repository Lancern/didl

Lancern/didl

#485caf - chore: move PerplexityLoss to rnn_support by Sirui Mu