Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ make
**Note**: By default we are building for `x86_64,` Turing family GPU `sm_75`
- First [Setup GNAT for CUDA](#setup-gnat-for-cuda). Then:
```
cd examples/0_Simple/vectorAdd
cd examples/0_Introduction/vectorAdd
make
```

Expand Down Expand Up @@ -110,7 +110,7 @@ CUDA_HOST=aarch64-linux
- Build example program. On **host**:
```
source ./env.sh
cd examples/0_Simple/vectorAdd
cd examples/0_Introduction/vectorAdd
make
```

Expand All @@ -123,4 +123,4 @@ scp main alice@192.168.x.y:~
```
ssh alice@192.168.x.y:~
./main
```
```
2 changes: 1 addition & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To check if everything is correctly installed, you can try an example:

.. code-block:: shell

cd cuda/examples/0_Simple/vectorAdd
cd cuda/examples/0_Introduction/vectorAdd
make
./main

Expand Down
2 changes: 1 addition & 1 deletion testsuite/tests/examples/vectorAdd/test.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
driver: examples
input_directory: "0_Simple/vectorAdd"
input_directory: "0_Introduction/vectorAdd"