sschamp

Results 18 comments of sschamp

517.40 does not support RTX 4090 :( Lowest supported driver is 522.25, which already has NVIDIA Video Codec SDK v12.0 And thus crashes the Host

Strange thing is, on 536.99 this just works on the VM: ``` ffmpeg.exe -y -hwaccel cuda -hwaccel_output_format cuda ^ -f lavfi -i testsrc -t 50 ^ -vf hwupload -fps_mode passthrough...

Adding `-outputInVidMem 1` to the sample apps mentioned above, does _not_ BSOD the host. Somehow it seems that some implementations do: ``` RegisterOutputResources(); ... FlushEncoder(); ReleaseOutputBuffers(); ``` And others don't....

Try Server 2025 (vNext Preview), GPU-P runs more stable there.

> @sschamp Can you please explain what do you mean by that ("more stable")? Did you manage to make it work without specific flags? What's your setup? Since 555 drivers...

Update, Windows 11 24H2 Insider Preview (Dev channel) with latest NVIDIA drivers use WDDM 3.2 instead of WDDM 3.1 Which fixes many of these memory issues.

I believe `SYS_PTRACE` just works on EKS Fargate? I am using `moby/buildkit:master-rootless` to make multi-arch builds and it works.

I went with the option of manually specifying `--aws-vpc-id` and all is well again. This issue can be closed.