Skip to content

Commit

Permalink
Update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrhm committed Jul 17, 2024
1 parent 785c44b commit 8a6fb17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Backends(Enum):
cupybara = 1
torch = 2

backend = Backends.torch
backend = Backends.cupybara

begin = time.time()

Expand Down Expand Up @@ -46,4 +46,4 @@ class Backends(Enum):

GFLOPS = ((2 * SIZE * SIZE * SIZE) / (end - begin)) * 1e-9;

print(f"Pytorch had {GFLOPS} GFLOPS")
print(f"{GFLOPS} GFLOPS")

0 comments on commit 8a6fb17

Please sign in to comment.