mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-15 07:51:43 +08:00
Merge pull request #2756 from martin-frbg/issue2755
Protect against inadvertent activation of USE_CUDA
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user