yaxunl marked an inline comment as done.
yaxunl added inline comments.
Comment at: clang/include/clang/Driver/Options.td:962
NegFlag>;
+def default_stream_EQ : Joined<["--"], "default-stream=">,
+ HelpText<"Specify default stream. Valid values are 'legacy' and
'per-thread'.
tra added inline comments.
Comment at: clang/include/clang/Driver/Options.td:962
NegFlag>;
+def default_stream_EQ : Joined<["--"], "default-stream=">,
+ HelpText<"Specify default stream. Valid values are 'legacy' and
'per-thread'. The default value is 'legacy'. (HIP only)">,
yaxunl created this revision.
yaxunl added a reviewer: tra.
Herald added subscribers: dexonsmith, dang.
yaxunl requested review of this revision.
Introduce `--default-stream={legacy|per-thread}` option to
support per-thread default stream for HIP runtime.
When `--default-stream=per-thread`, HIP k