> -----Original Message-----
> From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of
> Daniel M Gessel
> Sent: Monday, February 22, 2016 7:59 PM
> Cc: beignet@lists.freedesktop.org
> Subject: Re: [Beignet] Introductory questions
> 
> Thank you so much for your answers.
> 
> To clarify (C): I want to add a high end third party card for rendering, 
> possibly 2
> (NV 980 class) depending on how my Vulkan coding goes. I would like to still 
> be
> able to utilize the Intel GPU for OpenCL - my mental model is to think of it 
> as a
> math coprocessor. I am not sure if the integrated GPU becomes completely
> disabled, either at a hardware or software level, in the presence of a 
> discrete
> GPU.
Let me try to answer your question, but I have never try it.
Whether the integrated card is enabled or not is mainly determined by the BIOS 
setting.
Some bios setting will choose to disable integrated, but usually it will not.
You can check the dmesg of your system, see if there is log about "i915".
You can also check /dev/dri/cardx, if you can see card0, card1, it will be dual 
graphics card enabled.
If you make sure the integrated graphics card is enabled, then you can do some 
further try.
Please take a look at:
https://cgit.freedesktop.org/beignet/tree/src/intel/intel_driver.c
you may need to modify intel_driver_open() to let it directly choose the 
integrated card.

> 
> I worked with AMD/Apple on the specification/early implementations of OpenCL.
> It'll take a bit to get back up to speed but, in time, I hope to be able to 
> be able to
> contribute some functionality to the project!
Welcome!

Thanks!
Ruiling
> 
> Dan

_______________________________________________
Beignet mailing list
Beignet@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/beignet

Reply via email to