FelixCLC

Results 40 comments of FelixCLC
trafficstars

can be fixed by adding cmake-extras to your installed libraries. I'm making a pull request RN to mitigate this issue. In more detail, because cmake-helper isnt explicitly "needed" you don't...

> [rawvideo @ 0x55808b6390] No device available for decoder: device type cuda needed for codec rawvideo. What this is saying is that ffmpeg has no cuda device to send the...

> I'm the wrong person to ask, I've also not worked on this in a few months time. If you have the hardware, best to test and report back so...

Yes and no. Assuming the truncation is on the least significant bits, we lose minor detail. The issue is in how different algorithms allocate bandwidth to different areas of the...

> It seems that [l4t multimedia api supports 10 bit](https://docs.nvidia.com/jetson/l4t-multimedia/group__ee__nvbuffering__group.html#ggaae53b45fe3f04b8f9135cb80baeac6e4a4de0818f45efde4ace1c36bb54c26b98). Am I interpreting this correctly? I'm going to try and add this feature but I'm really not sure what I'm...

> thanks - but are these SapphireRapids kernels for bfloat16 or fp16 ? I suspect naming confusion, in #2767 it was agreed to use "b" prefixes for bfloat16 and "h"...

> Correct on the naming scheme, and with each MxN blocked GEMM kernel implementation in its own file (and matching GEMM_UNROLL_M, GEMM_UNROLL_N parameters in respective cpu section of param.h), but...