Standalone build examples + testing workflow updates (#15)

* Update examples to support standalone builds

* Tweak to ubuntu-focal-external workflow

- disable PAPI

* ubuntu focal external workflow update

- GCC 11
- Test static libgcc + static libstdcxx + strip
- ubuntu-toolchain-r/test

* Improve build-release.sh

- command line args for lto, strip, perfetto-tools,
   static-libgcc, static-libstdcxx, hidden-visibility,
   max-threads, parallel

* Update VERSION to 1.0.1

* Fixes to LTO build

* Updates to ubuntu-focal-external workflow

* build-release.sh update

- enable static libstdcxx by default

* disable python + static libstdcxx

* ubuntu-focal-external updates

* build-release.sh disable static libstdcxx by default

* cmake-format

[ROCm/rocprofiler-systems commit: 8b97c70df8]
此提交包含在:
Jonathan R. Madsen
2022-05-31 01:51:18 -05:00
提交者 GitHub
父節點 222877e4f8
當前提交 d009fc24a6
共有 18 個檔案被更改,包括 289 行新增153 行删除
+1 -1
查看文件
@@ -154,7 +154,7 @@ PYBIND11_MODULE(libpyomnitrace, omni)
_is_finalized = true;
omnitrace_finalize();
},
"Initialize omnitrace");
"Finalize omnitrace");
py::doc("omnitrace profiler for python");
pyprofile::generate(omni);