Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 280 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 280 Bytes

Once Thrust has been installed, these example programs can be compiled directly with nvcc. For example, the following command will compile the norm example. $ nvcc norm.cu -o norm

These examples are also available online: https://github.com/NVIDIA/thrust/tree/main/examples