Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 912 Bytes

tutorials.020.build_windows_gpgpu.md

File metadata and controls

36 lines (19 loc) · 912 Bytes

Building ORE with GPGPU Support on Windows

This tutorial explains how to build ORE with GPGPU support on Windows.

Back to tutorials index

This build is based upon the vanilla Windows build of ORE:

Building ORE on Windows

With the differences noted below:

Build ORE

Configure ORE

When you run cmake, add the flag -DORE_ENABLE_OPENCL=ON:

cmake .. -DORE_ENABLE_OPENCL=ON

Run tests

Below are the commands to run the unit tests for the ORE GPGPU Framework:

cd %ORE_ROOT_DIR%\build\ore\QuantExt\test\Release
quantext-test-suite.exe --log_level=message --run_test=QuantExtTestSuite/ComputeEnvironmentTest

Design

Below is a UML Class Diagram for the ORE GPGPU Framework:

ORE GPGPU Framework