ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
<DavidHeidelberg[m]>
jenatali: Hey! I guess you don't know about any possibility how to implement caching on Windows runners? I saw https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4091 and it doesn't look well. I always hit this when I testing piglit and have to wait 10 minutes comparing to 1 minute for Debian to finish
<jenatali>
David Heidelberg: Nope, no idea. I almost never touch docker
mbrost_ has quit [Ping timeout: 480 seconds]
<HdkR>
From what I've been told by others, Docker on Windows is a hellscape
<jenatali>
¯\_(ツ)_/¯
<HdkR>
Maybe it was specific to something about mapped volumes being a nightmare
columbarius has joined #dri-devel
co1umbarius has quit [Ping timeout: 480 seconds]
pcercuei has quit [Quit: dodo]
UnOriginalOne has joined #dri-devel
UnOriginalOne has quit [Quit: Page closed]
UnOriginalOne has joined #dri-devel
<karolherbst>
uhhh.. found a CTS bug :'(
<karolherbst>
so... on intel if you want to launch 1024 threads, you can only do so with 32 subgroups (because SIMD 32, 16 won't work as this would require more groups than available: 56). So the CTS queries for 1024 and gets 32 as the max. Then it tries with to check what local size works for 33 sub groups and assumes it fails. Of course I return 528 (== 16 * 33), because that works 🙃
<karolherbst>
this API is so silly sometimes
UnOriginalOne has quit [Ping timeout: 480 seconds]
Daanct12 has joined #dri-devel
Daaanct12 has quit [Ping timeout: 480 seconds]
ybogdano has quit [Ping timeout: 480 seconds]
bbrezillon has quit [Read error: Connection reset by peer]
bbrezillon has joined #dri-devel
YuGiOhJCJ has joined #dri-devel
UnOriginalOne has joined #dri-devel
kts has joined #dri-devel
kts has quit [Quit: Konversation terminated!]
moa has joined #dri-devel
bluebugs has quit [Ping timeout: 480 seconds]
<kode54>
if someone posts a reviewed-by, do I need to edit my MR to include it?
lemonzest has joined #dri-devel
<jenatali>
kode54: Generally, yes. There are some components that are not requiring reviewed-by tags on their commits anymore (e.g. Microsoft components and zink, and IIRC panfrost?) but common code still currently does
<jenatali>
Note that the tag goes in the commit message, editing the merge request description doesn't do anything, you need to git commit --amend / git rebase -i, and then git push -f
UnOriginalOne has quit [Ping timeout: 480 seconds]
heat_ has quit [Ping timeout: 480 seconds]
mbrost has joined #dri-devel
mbrost_ has joined #dri-devel
mbrost has quit [Ping timeout: 480 seconds]
mbrost_ has quit [Read error: Connection reset by peer]
JohnnyonFlame has quit [Ping timeout: 480 seconds]
Duke`` has joined #dri-devel
lemonzest1 has joined #dri-devel
lemonzest1 has quit []
lemonzest has quit [Ping timeout: 480 seconds]
lemonzest has joined #dri-devel
sima has joined #dri-devel
sghuge has quit [Remote host closed the connection]
sghuge has joined #dri-devel
sghuge has quit [Ping timeout: 480 seconds]
mszyprow has joined #dri-devel
thenemesis has joined #dri-devel
thenemesis has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
hikiko has joined #dri-devel
thenemesis has joined #dri-devel
OftenTimeConsuming has quit [Remote host closed the connection]
reduz___ has quit [Quit: Connection closed for inactivity]
<Hi-Angel>
kode54: I crafted up some command that batch-adds R-bs to a bunch of commits long time ago, you can use it to make that faster https://stackoverflow.com/a/54903478/2388257
<Hi-Angel>
hch12907: well, technically speaking, in absence of the command, another way, which lengthy but still easier than manually editing a dozen of commits, could be to do `git format-patch -20 --stdout > /tmp/1.patch` (where 20 it the number of commits), then `sed -i 's/---$/Reviewed-by: User<email>\n---/g' /tmp/1.patch`, and then `git reset --hard HEAD~20 && git am -3 /tmp/1.patch`
<Hi-Angel>
One could wrap it to a zsh/bash command as well
thenemesis has quit [Remote host closed the connection]