diff options
author | Tony Gutierrez <anthony.gutierrez@amd.com> | 2016-01-19 14:28:22 -0500 |
---|---|---|
committer | Tony Gutierrez <anthony.gutierrez@amd.com> | 2016-01-19 14:28:22 -0500 |
commit | 1a7d3f9fcb76a68540dd948f91413533a383bfde (patch) | |
tree | 867510a147cd095f19499d26b7c02d27de4cae9d /util/regress | |
parent | 28e353e0403ea379d244a418e8dc8ee0b48187cf (diff) | |
download | gem5-1a7d3f9fcb76a68540dd948f91413533a383bfde.tar.xz |
gpu-compute: AMD's baseline GPU model
Diffstat (limited to 'util/regress')
-rwxr-xr-x | util/regress | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/regress b/util/regress index 3cb078349..ceaaf739d 100755 --- a/util/regress +++ b/util/regress @@ -49,7 +49,8 @@ add_option('--builds', 'POWER,' \ 'SPARC,' \ 'X86,X86_MESI_Two_Level,' \ - 'ARM', + 'ARM,' \ + 'HSAIL_X86', help="comma-separated build targets to test (default: '%default')") add_option('--modes', default='se,fs', |