Jump to content

Using OpenCL to use iGPU for non-graphic activities

Go to solution Solved by msvelev,

This thread belongs in the programming subforum.

Programming using the OpenCL API will enable you to use the GPU for non graphic tasks so you can use it to do heavily paralleled computing on the GPU instead of the CPU and get much faster programs.

This paragraph only states that you can use the iGPU the same way you could use a discrete GPU.

 

EDIT: What programming language do you use? Most languages would have a library which will give you access to the OpenCL API.

While reading about the 4770k i stumbled upon this paragraph

 

 

"You can always use OpenCL and code against the HD 4600 graphics
OpenCL allows you to utilize the graphics processor to do non-graphics related activities(GPGPU is vernacular)
The graphics processor used can be a discrete card or it can be integrated in the CPU."


Any idea how much someone would benefit from this and how it can be done ?

Link to comment
Share on other sites

Link to post
Share on other sites

This thread belongs in the programming subforum.

Programming using the OpenCL API will enable you to use the GPU for non graphic tasks so you can use it to do heavily paralleled computing on the GPU instead of the CPU and get much faster programs.

This paragraph only states that you can use the iGPU the same way you could use a discrete GPU.

 

EDIT: What programming language do you use? Most languages would have a library which will give you access to the OpenCL API.

CPU: Ryzen 3 3600 | GPU: Gigabite GTX 1660 super | Motherboard: MSI Mortar MAX | RAM: G Skill Trident Z 3200 (2x8GB) | Case: Cooler Master Q300L | Storage: Samsung 970 EVO 250G + Samsung 860 Evo 1TB | PSU: Corsair RM650x | Displays: LG 27'' G-Sync compatible 144hz 1080p | Cooling: NH U12S black | Keyboard: Logitech G512 carbon | Mouse: Logitech g900 

Link to comment
Share on other sites

Link to post
Share on other sites

This thread belongs in the programming subforum.

Programming using the OpenCL API will enable you to use the GPU for non graphic tasks so you can use it to do heavily paralleled computing on the GPU instead of the CPU and get much faster programs.

This paragraph only states that you can use the iGPU the same way you could use a discrete GPU.

 

EDIT: What programming language do you use? Most languages would have a library which will give you access to the OpenCL API.

 

Ok ill transfer it

Im not using any language, im not even an amateur as far as programming software goes

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×