Skip to content

Commit

Permalink
remove deprecated developers.md and tutorial.md, which has been conso…
Browse files Browse the repository at this point in the history
…lidated in the readme. fix ssl issue with downloading the shared library (see https://stackoverflow.com/questions/68275857/urllib-error-urlerror-urlopen-error-ssl-certificate-verify-failed-certifica). reorganize content ordering in readme and better organize content of the gelu tutorial
  • Loading branch information
austinvhuang committed Jul 12, 2024
1 parent ee1d2ee commit 0c76223
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 496 deletions.
86 changes: 0 additions & 86 deletions DEVELOPERS.md

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NUM_JOBS=$(shell nproc)
CXX=clang++

.PHONY: default examples/hello_world/build/hello_world tests libgpu debug build check-entr check-clang clean-build clean all watch-tests
.PHONY: default examples/hello_world/build/hello_world tests libgpu debug build check-entr check-clang clean-build clean all watch-tests docs

GPUCPP ?= $(PWD)
LIBDIR ?= $(GPUCPP)/third_party/lib
Expand All @@ -24,7 +24,7 @@ all: dawnlib check-clang check-linux-vulkan
cd examples/physics && make build/physics
cd examples/render && make build/render

docs:
docs: Doxyfile
doxygen Doxyfile

################################################################################
Expand Down
Loading

0 comments on commit 0c76223

Please sign in to comment.