Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 932 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 932 Bytes

SchedulingWithGPU

Results and Report

Prerequisites

  • C and C++ compilers.
  • OpenCL SDK for at least one of your platforms.
  • An editor, of course.

Build (Windows)

  1. Check the makefile to suits your environment variables and compiler.
  2. Open Visual Studio Developer Command Prompt, move to the src folder and send the make command.
  3. Run the desired .exe file.
  4. Eventually choose the platform you want the code to run by writing his index in the config.txt file, you can find the correct index using oclinfo.exe once you've build it.

Build (Linux [and i think Mac too])

  1. Same as Windows but you don't need to build from Visual Studio Developer Command Prompt, every shell will be alright.
  2. And of course you won't have any .exe file, just run whatever the compiler will create.