Click here to Skip to main content
15,892,965 members
Articles / GPGPU

How to Use GPU in VBA/Excel

Rate me:
Please Sign up or sign in to vote.
4.90/5 (10 votes)
16 May 2022CPOL9 min read 14K   402   12  
This article shows how to compile and execute OpenCL code from VBA.
The VBA code is pretty slow and cannot be executed asynchronously. The aim of this article is to show how to execute OpenCL code simultaneously at GPGPU and CPU from VBA. The performance measurements of OpenCL code executed on CPU shows that it is even faster than the native C# code.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Employed (other)
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions