Skip to content

Commit

Permalink
Update the README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitBM committed Jul 15, 2019
1 parent ea0c8c1 commit 2cf614d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The supported platforms by the **GUI app** are:
* OpenCL - AMD's LLVM-based Lightning Compiler for ROCm

The supported platforms by the **command-line tool** are:
* D3D12 (compute only)
* D3D11
* OpenCL - AMD's LLVM-based Lightning Compiler for ROCm (-s rocm-cl)
* OpenCL - Legacy compiler (-s cl)
Expand Down Expand Up @@ -127,9 +128,10 @@ Run the rga executable.

* Usage:
* General: rga -h
* DirectX: rga -s hlsl -h
* DirectX 12 compute: rga -s dx12 -h
* DirectX 11: rga -s dx11 -h

Note: RGA's HLSL mode requires Microsoft's D3D Compiler DLL in runtime. If you copy the relevant D3D Compiler DLL to the x64
Note: RGA's DX11 mode requires Microsoft's D3D Compiler DLL in runtime. If you copy the relevant D3D Compiler DLL to the x64
subdirectory under the executable's directory, RGA will use that DLL in runtime. The default D3D compiler that RGA public releases ship with
is d3dcompiler_47.dll.
* OpenGL: rga -s opengl -h
Expand Down

0 comments on commit 2cf614d

Please sign in to comment.