Skip to content

Commit cc8570e

Browse files
authored
Update tutorial.rst
1 parent eea3428 commit cc8570e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ structure. If you open cuda/Makefile.build, you'll see both build commands:
1717
.. code-block:: Makefile
1818
1919
gprbuild -Xcuda_host=$(CUDA_HOST) -P device
20-
gprbuild -Xcuda_host=$(CUDA_HOST) -P host -largs $(CURDIR)/lib/*.fatbin.o
20+
gprbuild -Xcuda_host=$(CUDA_HOST) -P host -largs $(CURDIR)/lib/*.fatbin.o
2121
2222
The argument ``-Xcuda_host=$(CUDA_HOST)`` is here to allow to build for cross
2323
platform such as ARM Linux. In this tutorial, we're only going to build for native

0 commit comments

Comments
 (0)