FFmpeg devs boast of another 100x leap thanks to handwritten assembly code
1–10 of 138 posts
Re: FFmpeg devs boast of another 100x leap thanks to handwritten assembly code
#2Re: FFmpeg devs boast of another 100x leap thanks to handwritten assembly code
#3Re: FFmpeg devs boast of another 100x leap thanks to handwritten assembly code
#4100x would be a 9900% speed boost, while a 100% speed boost would mean it's 2x as fast.
Which one is it?
Re: FFmpeg devs boast of another 100x leap thanks to handwritten assembly code
#5The article somtimes says 100x, other times it says 100% speed boost. E.g. it says "boosts the app’s ‘rangedetect8_avx512’ performance by 100.73%." but the screenshot shows 100.73x. 100x would be a 9900% speed boost, while a 100% speed boost would mean it's 2x as fast. Which one is it?
Re: FFmpeg devs boast of another 100x leap thanks to handwritten assembly code
#6[flagged]
We don’t have a reliable general purpose was of verifying if any code transformation is correct.
LLMs definitely can’t do this (they will lie and say that something is correct even if it isn’t).
Re: FFmpeg devs boast of another 100x leap thanks to handwritten assembly code
#7[flagged]
Zero. There's no huge corpus of stackoverflow questions on highly specific assembly optimisations so…
Re: FFmpeg devs boast of another 100x leap thanks to handwritten assembly code
#8[flagged]
The hardest part of optimizations like this is verifying that they are correct. We don’t have a reliable general purpose was of verifying if any code transformation is correct. LLMs definitely can’t do this (they will lie and say that something is correct even if it isn’t).
Re: FFmpeg devs boast of another 100x leap thanks to handwritten assembly code
#9The article somtimes says 100x, other times it says 100% speed boost. E.g. it says "boosts the app’s ‘rangedetect8_avx512’ performance by 100.73%." but the screenshot shows 100.73x. 100x would be a 9900% speed boost, while a 100% speed boost would mean it's 2x as fast. Which one is it?
Re: FFmpeg devs boast of another 100x leap thanks to handwritten assembly code
#10[flagged]
> I wonder how many optimisations like this could be created by LLMs Zero. There's no huge corpus of stackoverflow questions on highly specific assembly optimisations so…
I've never seen anyone actually do it, mostly because modeling the problem is more work than just doing it.