bjin

Results 8 comments of bjin

Currently `ctrld` font contains no line drawing glyph. But this doesn't explain this weird behavior. Could you post the full script? If it's just octal value of charactor code, then...

The GLSL compilation succeeded, but the SPIRV optimization failed. Either the generated SPIRV is not compliant with SPIRV 1.6 standard, or it's a [spirv-tools](https://github.com/KhronosGroup/SPIRV-Tools) bug. > In SPIR-V 1.6 or...

I would recommend you porting ravu-lite, it's much simpler and has a relatively simple LUT table format. The LUT table is shuffled in generated shader, it's easier to use [raw...

> Do I understand it correctly that you license specifically your trained weights under LGPLv3 but the generating code under BSD3? Yes. The code from 'ravu' branch is intentionally released...

> Have you tried one that looks at the full resolution luma and uses that to scale the chroma? (you'll probably need 4(?) different sets of weights to handle all...

radv(amd): https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24683 anv(intel): https://gitlab.freedesktop.org/mesa/mesa/-/issues/9250 I only have AMD RDNA3(GFX11+) GPU for testing, and according to the RADV PR above, the supported `coopMatMul` type is `16x16x16` (opcode: `v_wmma_f32_16x16x16_f16`) with subgroup size...

> the current one used in naiveproxy is very naive and is planned to be replaced soon. I see. I will sure follow changes made to `naiveproxy`, and since the...

With #60, you can now select a client certificate on client side. This can be achieved by overriding the `ClientHooks.onCertificateRequest` function of the `ccTlsHooks` parameter.