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

Commit

Permalink
re-deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
jjwilke committed Oct 7, 2020
1 parent d9dfbb4 commit 945ac6f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
# Kokkos NVCC Wrapper

This wraps an nvcc, allowing it to be treated as a real C++ compiler with all the usual flags.
Simple run `cmake` as usual to configure the compiler. The only two flags that need to be set are:
````
-DCMAKE_CXX_COMPILER=
-DCMAKE_CUDA_COMPILER=
````
so that the wrapper knows which underlying `nvcc` and which underlying `g++` to use.
This is configured as both a CXX and CUDA project with CMake, which means a valid
CUDA installation must be available.

# THIS REPOSITORY HAS BEEN DEPRECATED
## Use `bin/nvcc_wrapper` from [kokkos/kokkos](https://github.com/kokkos/kokkos) instead

0 comments on commit 945ac6f

Please sign in to comment.