
Eugene Ostroukhov
@eeuoss
Followers
1K
Following
2K
Media
473
Statuses
7K
I write fast software. Google gRPC (C++). Rewrote Node.js debug interface, created NVIDIA Nsight Eclipse Edition. My ML framework: https://t.co/1FjNB9N0qw
Silicon Valley
Joined July 2008
Green text version:. >be me .>space dad, dragging my 8yo son through Destiny 2 .>on some bullshit exotic quest grind .>see random blueberry at dungeon entrance, spinning in circles like a lobotomized dreg .>send invite out of pity, they accept .>"we're doing the quest, keep.
Had a very similar story in Destiny 2. Was playing with my son (he was 8-9 back then), doing a quest to get exotic weapon. At the entrance to one dungeon there was a player struggling to see the entrance. We sent them an invite, they joined so we told we were doing the quest. The.
0
0
4
Adding traspose into the mix. The goal is to make sure that the operations happen in the registers without spills. Godbolt link: Expression: a = a + b * 3 + Transpose(c + d);
C++ power. Working on C++23 code that would fuse complex operations and compile efficient SIMD code. Currently implementing basic operations for 4x4 tiles (AVX2, AVX512 and SVE are not applicable). So, this is what this random expression compiles to:.a = a + b * 3 + c + d;. I am
0
0
5