Skip to content

Commit

Permalink
removed cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
monkins1010 authored Oct 13, 2018
1 parent 758b191 commit c707c9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

extracflags="-march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16"

CUDA_CFLAGS="-O3 -lineno -Xcompiler -Wall -D_FORCE_INLINES" \
./configure CXXFLAGS="-O3 $extracflags" --with-cuda=/usr/local/cuda --with-nvml=libnvidia-ml.so
./configure CXXFLAGS="-O3 $extracflags"

0 comments on commit c707c9e

Please sign in to comment.