Skip to content

Commit

Permalink
fix makefile, license
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Aug 3, 2017
1 parent 31fb907 commit 9ccab8e
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 35,808 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2017-, Patrick Flick
Copyright (c) 2017- Facebook, Inc (Patrick Flick)
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ layerwise: layerwise.cpp $(HEADERS)
$(HIPCC) $(HIPCC_FLAGS) layerwise.cpp $(LD_FLAGS) -o $@

clean:
rm -f *.o *.out benchmark segfault alexnet resnet benchmark_wino layerwise gputop
rm -f *.o *.out benchmark segfault alexnet resnet benchmark_wino layerwise gputop main

0 comments on commit 9ccab8e

Please sign in to comment.