We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccca56 commit d2fcce9Copy full SHA for d2fcce9
Makefile
@@ -1,4 +1,8 @@
1
+ifeq ($(shell uname),Darwin)
2
+NUM_JOBS=$(shell sysctl -n hw.ncpu)
3
+else
4
NUM_JOBS=$(shell nproc)
5
+endif
6
CXX=clang++
7
8
.PHONY: default examples/hello_world/build/hello_world tests libgpu debug build check-clang clean-build clean all watch-tests docs
0 commit comments