revert disable NVPTX by default in Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -75,7 +75,7 @@ ARM_ENABLED=0
|
|||||||
|
|
||||||
# Disable NVPTX by request
|
# Disable NVPTX by request
|
||||||
# To enable: make NVPTX_ENABLED=1
|
# To enable: make NVPTX_ENABLED=1
|
||||||
NVPTX_ENABLED=1
|
NVPTX_ENABLED=0
|
||||||
|
|
||||||
# Add llvm bin to the path so any scripts run will go to the right llvm-config
|
# Add llvm bin to the path so any scripts run will go to the right llvm-config
|
||||||
LLVM_BIN= $(shell $(LLVM_CONFIG) --bindir)
|
LLVM_BIN= $(shell $(LLVM_CONFIG) --bindir)
|
||||||
|
|||||||
Reference in New Issue
Block a user