red plait (@real_redp) 's Twitter Profile
red plait

@real_redp

алкоголик и злобный придурок

ID: 622830390

linkhttp://redplait.blogspot.com/ calendar_today30-06-2012 11:48:44

2,2K Tweet

1,1K Followers

65 Following

red plait (@real_redp) 's Twitter Profile Photo

#nvidia #sass disassembler: redplait.blogspot.com/2025/03/nvidia… spoiler: you can do it yourself without their nvdisasm

red plait (@real_redp) 's Twitter Profile Photo

#nvidia #sass disassembler part 3: redplait.blogspot.com/2025/03/nvidia… wtf are A, RF, TTU, UMMA & GMMA in nvidia jargon?

red plait (@real_redp) 's Twitter Profile Photo

#nvidia #sass disassembler part 4: redplait.blogspot.com/2025/03/nvidia… native decoders in boring c++ no "normal" rendering yet

red plait (@real_redp) 's Twitter Profile Photo

#nvidia #sass disassembler part 5: redplait.blogspot.com/2025/03/nvidia… now we can decode and render sass instructions in c++ - without even nvdisasm installed

red plait (@real_redp) 's Twitter Profile Photo

lea rdx, offset_20 mov ebp, [rdx+rax*4] lea rdx, offsets mov eax, [rdx+rax*4] lea rdx, some_data shl rbp, 20h or rbp, rax mov rax, rbp and eax, 7FFFh lea rsi, [rdx+rax-1] after rax&7FFFh offset_20 is totally lost, right?

red plait (@real_redp) 's Twitter Profile Photo

llvm-dis (core dumped) #0 0x0000559d1bd7243d in llvm::Intrinsic::getIntrinsicInfoTableEntries (id=0, T=...) at llvm/lib/IR/Function.cpp:1339 1339 unsigned TableVal = IIT_Table[id-1]; p id $1 = 0 Not only is its API so volatile that it essentially doesn't exist, it simply crashes

red plait (@real_redp) 's Twitter Profile Photo

> Implicits do not introduce new types as typing rules and are unlikely to interfere with soundness WHAT? from cs.purdue.edu/homes/rompf/pa…

red plait (@real_redp) 's Twitter Profile Photo

x.com/scheminglunati… you can't measure the performance of quantum processor because of Heisenberg's indeterminacy principle

red plait (@real_redp) 's Twitter Profile Photo

#nvidia should be ashamed: mov rax, cs:ptxAllowMacros_ptr mov byte ptr [rax], 0 call parse what else they took from us?

red plait (@real_redp) 's Twitter Profile Photo

std::map<const NV_tab *, std::list< std::pair<short, std::map<std::string_view, int> > > > iter->second.second.first like car/cdr in lisp c++ is madness