"docs/en_US/vscode:/vscode.git/clone" did not exist on "e82731f22b7e8de7c850a46fb43b505efb2ad371"
Unverified Commit f28a62ea authored by Paul Fultz II's avatar Paul Fultz II Committed by GitHub
Browse files

Add hip clang builds to jenkins (#651)

* Make global variables const

* Tidy fixes

* Disable some lints

* Formatting

* Fix tidy const

* Formatting

* Add missing const keywords

* Formatting

* More fixes

* Fix remaining tidy issues

* Formatting

* Fix rocblas function call

* Formatting

* Fix nodiscard warnings

* Formatting

* Use named parameters

* Remove overload

* Add overload

* Remove noncps

* Use named param for node

* Add auto register header

* Use named parameters

* Refactor jenkinsfile

* Fix shadow

* Add missing body variable

* Add more const methods

* Add hip-clang docker builds

* Remove comments

* Add clang-format

* Add more const

* Formatting

* Rename stage

* Disable check

* Add another const

* Add python 2 dev packages

* Add sphinx to dockerfile
parent 48fa934d
...@@ -31,7 +31,7 @@ struct unary_op ...@@ -31,7 +31,7 @@ struct unary_op
struct nary_op struct nary_op
{ {
std::string comment = ""; std::string comment;
template <class Self, class F> template <class Self, class F>
static auto reflect(Self& self, F f) static auto reflect(Self& self, F f)
{ {
...@@ -56,7 +56,7 @@ struct nary_op ...@@ -56,7 +56,7 @@ struct nary_op
struct stream_free_op struct stream_free_op
{ {
std::string comment = ""; std::string comment;
template <class Self, class F> template <class Self, class F>
static auto reflect(Self& self, F f) static auto reflect(Self& self, F f)
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment