Jeff Geerling

Results 1854 comments of Jeff Geerling

It should. I may try to find a way to get one of these to test. The RX 9700 XT works fine (see #766), and the R9700 is similar architecture,...

Test setup: ![Image](https://github.com/user-attachments/assets/ea284d56-d197-47f3-90cf-dc19413a12fa) lspci output: ``` 0001:03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 [Radeon AI PRO R9700] (rev c0) (prog-if 00 [VGA controller]) Subsystem: XFX Limited...

A few benchmarks: ## vkmark ``` WARNING: radv is not a conformant Vulkan implementation, testing use only. WARNING: radv is not a conformant Vulkan implementation, testing use only. ======================================================= vkmark...

I just noticed, the link status is reporting: ``` LnkSta: Speed 32GT/s, Width x16 ``` And in `nvtop`, I see Gen 2 x1... I have Gen 3 configured in `/boot/firmware/config.txt`,...

Running some AI Benchmarks here: https://github.com/geerlingguy/ai-benchmarks/issues/35

Power draw goes between 18.2W at idle (CM5 + card in eGPU dock, measured by wall outlet) to 289.5W at full tilt:

Testing the same card on an Ubuntu 25.10 install on kernel 6.17.x on an Intel Core Ultra 265K platform (see https://github.com/geerlingguy/sbc-reviews/issues/93): - vkmark: 40285 - glmark2-es2-wayland: 21145 - GravityMark: [64,469](https://gravitymark.tellusim.com/report/?id=5dd46fba5731961317104bea52c4cd6e3f52a058)...

The card has been quite stable. Interesting seeing the difference running it in a computer with very little limitation vs. on the Pi 5...

I want to test GPU-accelerated video transcoding ([like I did with the 4070 Ti](https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/792#issuecomment-3643156658)) with this card and `h264_amf`... With the defaults using `encoder-benchmark`, I'm seeing: ``` Input #0, yuv4mpegpipe,...

I'll try running ffmpeg directly, instead, since [VAAPI encoder support may be a future feature](https://github.com/Proryanator/encoder-benchmark/issues/39): ``` time ffmpeg -init_hw_device vaapi=foo:/dev/dri/renderD129 -i 720-60.y4m -filter_hw_device foo -vf 'format=nv12,hwupload' -c:v h264_vaapi -pix_fmt yuv420p...