We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea3428 commit cc8570eCopy full SHA for cc8570e
doc/tutorial.rst
@@ -17,7 +17,7 @@ structure. If you open cuda/Makefile.build, you'll see both build commands:
17
.. code-block:: Makefile
18
19
gprbuild -Xcuda_host=$(CUDA_HOST) -P device
20
- gprbuild -Xcuda_host=$(CUDA_HOST) -P host -largs $(CURDIR)/lib/*.fatbin.o
+ gprbuild -Xcuda_host=$(CUDA_HOST) -P host -largs $(CURDIR)/lib/*.fatbin.o
21
22
The argument ``-Xcuda_host=$(CUDA_HOST)`` is here to allow to build for cross
23
platform such as ARM Linux. In this tutorial, we're only going to build for native
0 commit comments