- missing-new-line CI job: ensures all source files end with new line
- logging updates
- add new line to the end of many files
- fix header include ordering is misc places
- transition to use hsa::get_core_table() and hsa::get_amd_ext_table() in various places instead of making copies
Цей коміт міститься в:
Jonathan R. Madsen
2024-07-08 16:50:32 -05:00
зафіксовано GitHub
джерело 78fd8cb379
коміт 1e49b43738
30 змінених файлів з 208 додано та 163 видалено
+2 -1
Переглянути файл
@@ -19,6 +19,7 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "lib/rocprofiler-sdk/agent.hpp"
#include "lib/rocprofiler-sdk/aql/helpers.hpp"
#include "lib/rocprofiler-sdk/aql/packet_construct.hpp"
@@ -251,4 +252,4 @@ TEST(thread_trace, perfcounters_aql_options_test)
sqtt_default_num_options + perf_counters.size());
context::pop_client(1);
hsa_shut_down();
}
}