Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
tests: Included NvidiaGraphics card reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Somerandomguy10111 committed May 8, 2024
1 parent 78fb682 commit 465e9d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test_flops.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,16 @@ def plot_flops(input_sizes, flops_rates):
plt.grid(True) # Enable grid
plt.show() # Display the plot

#GeForce GTX 1060 GFlops
# https://en.wikipedia.org/wiki/List_of_Nvidia_graphics_processing_units
#"This list contains general information about graphics processing units (GPUs) and video cards from Nvidia,
# based on official specifications.
# In addition some Nvidia motherboards come with integrated onboard GPUs.
# Limited/Special/Collectors' Editions or AIB versions are not included."

# fp16: 54.2 (? slower than double?)
# fp32: 3855
# fp64: 120


if __name__ == "__main__":
Expand Down

0 comments on commit 465e9d1

Please sign in to comment.