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
- [r/ML] [D] MYTHOS-INVERSION STRUCTURAL AUDIT
March 29, 2026
- [r/LocalLLaMA] karpathy / autoresearch
March 10, 2026
- [r/ML] [R] Agentic AI and Occupational Displacement: A Multi-Regional Task Exposure Analysis (236 occupations, 5 US metros)
April 7, 2026
- [r/ML] Building behavioural response models of public figures using Brain scan data (Predict their next move using psychological modelling) [P]
April 5, 2026
Comments
Sign in to leave a comment.