PTX support is off by default.

Fix to make it compile with PTX support off by default.
This commit is contained in:
Dmitry Babokin
2014-10-16 17:20:26 +04:00
parent 30270584aa
commit 17ee085396
2 changed files with 3 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ ARM_ENABLED=0
# Disable NVPTX by request
# To disable: make NVPTX_ENABLED=0
NVPTX_ENABLED=1
NVPTX_ENABLED=0
# Add llvm bin to the path so any scripts run will go to the right llvm-config
LLVM_BIN= $(shell $(LLVM_CONFIG) --bindir)