Skip to content

arkanis/minimal-opencl-on-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minimal OpenCL program on Windows

This is a sample project to demonstrate a minimal OpenCL project on Windows. To compile it you only need MinGW64 and a graphics driver with an OpenCL runtime. Then compile it with

gcc -I. main.c C:\Windows\System32\OpenCL.dll -o main.exe

No SDK or anything else needed. More details in this article.

About

Minimal OpenCL program on Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages