FelixCLC

Results 40 comments of FelixCLC
trafficstars

My understanding is that to make this all come together, we'd need the following: Assembler support for apple AMX in LLVM/GCC Linux Kernel Support for private ISA extensions A Linux...

Links to the relevant conversations from Asahi and OpenBLAS folks here: Asahi: https://mast.hpc.social/@fclc/109914828822965657 OpenBLAS: https://twitter.com/FelixCLC_/status/1627404588574818304?s=20

Talking with a few people at the vendors in question, as well as the Asahi Folks, looks very much to be a political issue, and concerns around what Arm might...

relevant is this issue which supposedly fixed the issue in 5.1.3, but the problem is still present in 5.2.1 https://github.com/rocm-arch/rocm-arch/issues/780

major bodge, but the new version of /cuda_filter/vf_scale_cuda.cu *should* be able to do rein hard tonemapping. the below is an extract from the ffmpeg devel mailing list relevant to this:...

Used overlay filter as base instead of scale- seems much better for my purposes. reach out to @znmeb to ask for a test on his side. syntax will be: ffmpeg...

Further update: Currently concerned about if the jetson will be able to use the standard library of Cuda filters in tandem with decoding and encoding, ideally without making too many...

> you just need to > > 1. git clone nv-codec-headers > > 2. build ffmpeg with --enable-cuda --enable-cuda-nvcc > > 3. enjoy > > however, the only usable filters...

Sounds good! For tone mapping you'd need to filter inputs for: Windows vs macos vs linux Then if linux filter GPU vs CPU Then if GPU, vendor=[intel, AMD, nvidia, other]...

more information: it seems like FFMPEG.wasm doesn't support the full subset of ffmpeg libraries or features. https://ffmpegwasm.netlify.app/docs/overview#libraries It may be possible to get this working CPU only while (web)GPU support...