有没有关于如何使视频卡不可见的代码示例?
有没有关于如何使视频卡不可见的代码示例?根据我的理解,这应该在内核级别完成。我想做的是以下内容 - 我有四个使用 PCI-Express x8/x8/x8/x8 的物理 GPU。我可以使用 x16/x16 配置中的两张物理卡。我想要做的是以编程方式将四张卡的配置切换为两张卡,然后返回使用 x8 到 x16 回到 x8 模式。非常感谢您的帮助。
罗马
Are there any code example(s) of how to make video cards invisible? As per my understanding this should be done on kernel level. What I'm trying to do is the folliowing - I have four physical GPUs using PCI-Express x8/x8/x8/x8. I can have two physical cards in configuration of x16/x16 instead. What I want to do is programmatically switch the configuration of four cards to two cards and back to use x8 to x16 back to x8 mode. Greatly appreciate for your help.
Roman
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您的视频卡驱动程序。您必须向特定视频卡的制造商询问支持此功能的 API 或驱动程序中的功能; AFAIK,它也不是 Windows 或 Linux 内核的正常部分。
This would be dependent on your video card driver. You'd have to ask the manufacturer of your specific video card for an API or functionality in their driver that supports this; it's not a normal part of Windows or the Linux kernel either, AFAIK.