Skip to content

Commit

Permalink
Rerun FLCE benchmark after bias added (#148)
Browse files Browse the repository at this point in the history
## Summary
<!--- This is a required section; please describe the main purpose of
this proposed code change. --->

<!---
## Details
This is an optional section; is there anything specific that reviewers
should be aware of?
--->

as title 

## Testing Done
<!--- This is a required section; please describe how this change was
tested. --->

<!-- 
Replace BLANK with your device type. For example, A100-80G-PCIe

Complete the following tasks before sending your PR, and replace `[ ]`
with
`[x]` to indicate you have done them. 
-->

- Hardware Type: <BLANK>
- [ ] run `make test` to ensure correctness
- [ ] run `make checkstyle` to ensure code style
- [ ] run `make test-convergence` to ensure convergence
  • Loading branch information
ByronHsu authored Aug 28, 2024
1 parent 01010eb commit 4a4e05c
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
BT,Liger,Hugging Face
4096.000000,4135.732178,5988.779150
8192.000000,4361.197803,9056.422900
16384.000000,4797.391553,15190.085400
32768.000000,5669.779053,27457.410400
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BT,Liger,Hugging Face
4096.0,4134.1,5988.1
8192.0,4360.2,9055.7
16384.0,4796.4,15189.4
32768.0,5668.8,27456.7
4096.000000,4142.903125,5988.882227
8192.000000,4360.243750,9055.713477
16384.000000,4796.437500,15189.375977
32768.000000,5668.825000,27456.700977
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions benchmark/fused_linear_cross_entropy_memory/results.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<html><body>
<image src="fused-linear-cross-entropy-bias-memory-benchmark.png"/>
<image src="fused-linear-cross-entropy-memory-benchmark.png"/>
</body></html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
BT,Liger,Hugging Face
4096.000000,116.296188,56.853535
8192.000000,166.921188,112.760033
16384.000000,277.352600,227.508896
32768.000000,514.529968,461.566467
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
BT,Liger,Hugging Face
4096.000000,114.310143,19.091425
8192.000000,165.286713,37.737888
16384.000000,275.571533,76.300545
32768.000000,514.315735,153.778214
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BT,Liger,Hugging Face
4096.0,114.5,56.2
8192.0,162.4,111.8
16384.0,269.5,223.5
32768.0,499.3,459.9
4096.000000,113.788513,55.826752
8192.000000,161.439941,111.965668
16384.000000,265.694977,226.629089
32768.000000,493.758789,457.556732
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BT,Liger,Hugging Face
4096.0,112.5,19.4
8192.0,162.4,37.9
16384.0,268.6,76.3
32768.0,497.0,153.2
4096.000000,111.505859,18.631777
8192.000000,161.481506,38.211952
16384.000000,264.542084,76.012672
32768.000000,493.426575,152.069031
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions benchmark/fused_linear_cross_entropy_speed/results.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<html><body>
<image src="fused-linear-cross-entropy-fwd-speed-benchmark.png"/>
<image src="fused-linear-cross-entropy-bias-fwd-speed-benchmark.png"/>
<image src="fused-linear-cross-entropy-full-speed-benchmark.png"/>
<image src="fused-linear-cross-entropy-bias-full-speed-benchmark.png"/>
</body></html>

0 comments on commit 4a4e05c

Please sign in to comment.