Browse Source

Merge pull request #2756 from martin-frbg/issue2755

Protect against inadvertent activation of USE_CUDA
tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
dfe5d09641
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      driver/others/Makefile

+ 2
- 0
driver/others/Makefile View File

@@ -47,8 +47,10 @@ endif
endif

ifdef USE_CUDA
ifeq ($(USE_CUDA), 1)
COMMONOBJS += cuda_init.$(SUFFIX)
endif
endif

ifdef FUNCTION_PROFILE
COMMONOBJS += profile.$(SUFFIX)


Loading…
Cancel
Save