-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: benchdnn: inputs: eltwise: add large buffer gpu test
- Loading branch information
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
tests/benchdnn/inputs/eltwise/harness_eltwise_large_buffer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--reset | ||
|
||
# Use inplace to reduce memory consumption, most eltwise implementations do not | ||
# use different implementations for inplace. Use smallest supported data type to | ||
# minimize memory usage as well. | ||
|
||
--inplace=true | ||
|
||
--dt=u8 | ||
--dir=FWD_D | ||
--attr-post-ops=,add:f32:per_tensor | ||
--batch=shapes_large_buffer | ||
|
||
--reset | ||
--dt=bf16 | ||
--dir=BWD_D | ||
--batch=shapes_large_buffer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Test dimensions with 2 ^ 32 + 1 size to catch integer overflow | ||
4294967297n"large_dim1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters