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 8f10387 commit 181b592Copy full SHA for 181b592
Makefile
@@ -6,7 +6,7 @@ CXX=clang++
6
GPUCPP ?= $(PWD)
7
LIBDIR ?= $(GPUCPP)/third_party/lib
8
LIBSPEC ?= . $(GPUCPP)/source
9
-INCLUDES ?= -I$(GPUCPP) -I$(GPUCPP)/third_party/headers
+INCLUDES ?= -I$(GPUCPP) -I$(GPUCPP)/third_party/headers -I$(GPUCPP)/third_party/headers/webgpu
10
ifeq ($(shell $(CXX) -std=c++17 -x c++ -E -include array - < /dev/null > /dev/null 2>&1 ; echo $$?),0)
11
STDLIB :=
12
else
0 commit comments