Skip to content

guilt/OpenCL-Compat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.3%
  • C 30.7%