Skip to content

Commit

Permalink
Consolidate perftime header
Browse files Browse the repository at this point in the history
  • Loading branch information
sakridge committed Nov 13, 2019
1 parent 9910c4a commit 363186c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 51 deletions.
File renamed without changes.
50 changes: 0 additions & 50 deletions src/cuda-ecc-ed25519/perftime.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/gpu-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ NVCC:=nvcc
GPU_PTX_ARCH:=compute_35
GPU_ARCHS?=sm_37,sm_50,sm_61,sm_70
GPU_CFLAGS:=--gpu-code=$(GPU_ARCHS),$(GPU_PTX_ARCH) --gpu-architecture=$(GPU_PTX_ARCH)
CFLAGS_release:=--ptxas-options=-v $(GPU_CFLAGS) -O3 -Xcompiler "-Wall -Werror -fPIC -Wno-strict-aliasing"
CFLAGS_release:=-Icommon --ptxas-options=-v $(GPU_CFLAGS) -O3 -Xcompiler "-Wall -Werror -fPIC -Wno-strict-aliasing"
CFLAGS_debug:=$(CFLAGS_release) -g
CFLAGS:=$(CFLAGS_$V)

0 comments on commit 363186c

Please sign in to comment.