AI Dose
0
Likes
0
Saves
Back to updates

[r/LocalLLaMA] Multi-GPU? Check your PCI-E lanes! x570, Doubled my prompt proc. speed by switching 'primary' devices, on an asymmetrical x16 / x4 lane setup.

Impact: 7/10
Swipe left/right

Summary

A user with a dual 3090 setup on an x570 motherboard, featuring asymmetrical PCI-E lanes (x16/x4), discovered that the default CUDA0 device was assigned to the slower x4 slot. By explicitly setting `CUDA_VISIBLE_DEVICES="1,0"`, they effectively made the x16 slot the primary device, which doubled their prompt processing speed in `llama.cpp`. This finding highlights a crucial optimization for multi-GPU users, particularly on x570 boards, who might be unknowingly bottlenecked by PCI-E lane allocation.

Continue Reading

Explore related coverage about community news and adjacent AI developments: [r/ML] [D] MYTHOS-INVERSION STRUCTURAL AUDIT, [r/LocalLLaMA] karpathy / autoresearch, [r/ML] [R] Agentic AI and Occupational Displacement: A Multi-Regional Task Exposure Analysis (236 occupations, 5 US metros), [r/ML] Building behavioural response models of public figures using Brain scan data (Predict their next move using psychological modelling) [P].

Related Articles

Comments

Sign in to leave a comment.

Loading comments...