EXSWHTEC-283 - Introduce build dependencies for numerical accuracy tests #233
Change-Id: I5381beb47347c24a161113b986fa7f252057ffdb
[ROCm/hip-tests commit: 122403f464]
This commit is contained in:
committed by
Rakesh Roy
parent
dcade635c6
commit
db33e97368
@@ -36,6 +36,12 @@ int main(int argc, char** argv) {
|
||||
| Opt(cmd_options.cg_iterations, "cg_iterations")
|
||||
["-C"]["--cg-iterations"]
|
||||
("Number of iterations used for cooperative groups sync tests (default: 5)")
|
||||
| Opt(cmd_options.accuracy_iterations, "accuracy_iterations")
|
||||
["-A"]["--accuracy-iterations"]
|
||||
("Number of iterations used for math accuracy tests with randomly generated inputs (default: 2^32)")
|
||||
| Opt(cmd_options.accuracy_max_memory, "accuracy_max_memory")
|
||||
["-M"]["--accuracy-max-memory"]
|
||||
("Percentage of global device memory allowed for math accuracy tests (default: 80%)")
|
||||
;
|
||||
// clang-format on
|
||||
|
||||
|
||||
Reference in New Issue
Block a user