Skip to content

Commit

Permalink
metal: remove unused compute.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Oct 10, 2024
1 parent e81bd57 commit 4cd5c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions gpu/metal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ METAL = xcrun metal

all: simple

simple: src/main.mm src/compute.cpp src/kernel.metal
simple: src/main.mm src/kernel.metal
$(METAL) -c src/kernel.metal -o kernel.air
xcrun metallib kernel.air -o kernel.metallib
$(CC) $(CFLAGS) src/main.mm src/compute.cpp -o simple
$(CC) $(CFLAGS) src/main.mm -o simple

clean:
rm -f simple *.air *.metallib
7 changes: 0 additions & 7 deletions gpu/metal/src/compute.cpp

This file was deleted.

0 comments on commit 4cd5c60

Please sign in to comment.