Skip to content

Commit

Permalink
gdev: Update to README.cuda regarding the --with-ptx option
Browse files Browse the repository at this point in the history
  • Loading branch information
shinpei0208 committed Aug 1, 2013
1 parent a895fa5 commit 8eb541c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/README.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ mkdir build
cd build
#if you want to disable Runtime API
../configure --disable-runtime
#else if you want to use a PTX parser of GPU Ocelot
../configure --with-ptx
#else
../configure
#endif
Expand All @@ -42,6 +44,7 @@ sudo make install
Gdev also supports CUDA in the operating system. You are required to
install "kcuda" module to use this functionality.
-> See docs/README.gdev
Note that kcuda supports CUDA Driver API only.

cd $(TOPDIR)/gdev/cuda
mkdir kbuild
Expand Down

0 comments on commit 8eb541c

Please sign in to comment.