ChanServ changed the topic of #panfrost to: Panfrost - FLOSS Mali Midgard & Bifrost - Logs https://oftc.irclog.whitequark.org/panfrost - <macc24> i have been here before it was popular
rkanwal has quit [Ping timeout: 480 seconds]
camus has quit [Remote host closed the connection]
camus has joined #panfrost
jenneron__ has quit [Ping timeout: 480 seconds]
Daanct12 has joined #panfrost
hexdump01 has joined #panfrost
hexdump0815 has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Read error: Connection reset by peer]
greenjustin_ has joined #panfrost
tris_ has joined #panfrost
taowa_ has joined #panfrost
narmstrong_ has joined #panfrost
MTCoster_ has joined #panfrost
philpax__ has joined #panfrost
jstultz_ has joined #panfrost
bluebugs has joined #panfrost
austriancoder_ has joined #panfrost
robink_ has joined #panfrost
dschuermann_ has joined #panfrost
greenjustin has quit [synthon.oftc.net larich.oftc.net]
Lyude has quit [synthon.oftc.net larich.oftc.net]
jolan_ has quit [synthon.oftc.net larich.oftc.net]
moa has quit [synthon.oftc.net larich.oftc.net]
tris- has quit [synthon.oftc.net larich.oftc.net]
robink has quit [synthon.oftc.net larich.oftc.net]
austriancoder has quit [synthon.oftc.net larich.oftc.net]
philpax_ has quit [synthon.oftc.net larich.oftc.net]
jstultz has quit [synthon.oftc.net larich.oftc.net]
taowa has quit [synthon.oftc.net larich.oftc.net]
dschuermann has quit [synthon.oftc.net larich.oftc.net]
MTCoster has quit [synthon.oftc.net larich.oftc.net]
narmstrong has quit [synthon.oftc.net larich.oftc.net]
austriancoder_ has quit []
austriancoder has joined #panfrost
jolan has joined #panfrost
Lyude has joined #panfrost
Lyude has quit [Ping timeout: 480 seconds]
MTCoster_ has left #panfrost [#panfrost]
MTCoster has joined #panfrost
greenjustin has joined #panfrost
greenjustin_ has quit [Ping timeout: 480 seconds]
Lyude has joined #panfrost
rasterman has joined #panfrost
rasterman has quit [Quit: Gettin' stinky!]
simon-perretta-img has quit [Ping timeout: 480 seconds]
simon-perretta-img has joined #panfrost
<icecream95> Why does perfetto have to be so hard to build?..
<icecream95> What's this about u_trace?
<icecream95> "It doesn't require external dependencies and much simpler to use."
<icecream95> That wouldn't be hard...
<icecream95> Idea: While a GPU job is running, constantly poll GPU memory (CRC data might be a good bet) to see how much progress it has made
<daniels> u_trace is much easier, but also far less capable
<daniels> swings and roundabouts
<icecream95> But maybe that wouldn't work well if the data doesn't get written from the GPU's cache?
<icecream95> I've also tried using LTTng, but I don't know if Mesa needs yet another performance tracing framework
<daniels> yeah, most of the reason for going Perfetto was exactly that, rather than an abiding love of large vendored C++ libraries
<daniels> being able to reuse AGI >>>> UI written by driver developers
rasterman has joined #panfrost
hexdump01 has quit []
icecream95 has quit [Ping timeout: 480 seconds]
indy has quit [Ping timeout: 480 seconds]
indy has joined #panfrost
rkanwal has joined #panfrost
Danct12 has quit [Remote host closed the connection]
soreau has quit [Read error: Connection reset by peer]
soreau has joined #panfrost
jstultz_ has quit []
jstultz has joined #panfrost
erle has quit []
rasterman has quit [Quit: Gettin' stinky!]
dmh has joined #panfrost
<cphealy> If I was looking to hire 1 or more Mesa developers, would you know anyone with the skill and interest in coming to Amazon if Amazon was publicly contributing to Mesa?
<cphealy> I'm not interested in poaching. I'm looking for a mutually beneficial hire.
* alyssa taps nose
<alyssa> cphealy: keithp, maybe? ;-)
<cphealy> cool, tnx.
<alyssa> ;P
<alyssa> frag shaders as simple as `gl_FragColor = vColor` generate bad code ... I should probably fix that ...
Danct12 has joined #panfrost
bluebugs has quit [Remote host closed the connection]
bluebugs has joined #panfrost
Daanct12 has joined #panfrost
Danct12 has quit [Ping timeout: 480 seconds]
erle has joined #panfrost
Daaanct12 has joined #panfrost
Daaanct12 is now known as Danct12
Rathann has joined #panfrost
Daanct12 has quit [Ping timeout: 480 seconds]
icecream95 has joined #panfrost
MajorBiscuit has joined #panfrost
rasterman has joined #panfrost
MajorBiscuit has quit [Quit: WeeChat 3.4]
<icecream95> How often is the code to allow multiple batches at once actually used for things other than blits?
<alyssa> It's supposed to improve perf for apps that never heard of a tiler before
<alyssa> I vaguely recall (circa Sep 2019) significant improvements in a few workloads, but YMMV
<icecream95> So then storing information about batches inside BOs should be only used as a cache?
<icecream95> Or maybe I could use the exisiting sparse_array as well as a faster (for iteration) datastructure?
rasterman has quit [Quit: Gettin' stinky!]
rkanwal1 has joined #panfrost
rkanwal has quit [Read error: Connection reset by peer]
<anarsoul> icecream95: what about switching framebuffer?
<anarsoul> or you're talking about some other batches?
<icecream95> anarsoul: I guess.. but how many applications switch back and forth like that?