guilt / OpenCL-Compat

Minimal OpenCL program on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal OpenCL program on Windows

This is a project to demonstrate a minimal OpenCL project on Windows.

MinGW Instructions

	gcc -I Include -L Lib Examples\hello.c -o hello.exe -lopenCL 

For C++, Ensure you have MinGW Compat Headers cloned, generated and CPLUS_INCLUDE_PATH set to.

	g++ -I Include -L Lib Examples\print_info.cpp -o print_info.exe -lopenCL 

More Details

More details in this article.

About

Minimal OpenCL program on Windows

License:MIT License


Languages

Language:C++ 69.3%Language:C 30.7%