From 0ef128155701f4ce84f132fd3e1222eaa01f5e71 Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Mon, 7 Aug 2023 15:46:36 -0500 Subject: [PATCH] Initial commit [ROCm/rocprofiler-sdk commit: 7d1c7757a8894635b7436a6b44a44b1e51a57456] --- projects/rocprofiler-sdk/.gitignore | 32 +++++++++++++++++++++++++++++ projects/rocprofiler-sdk/LICENSE | 21 +++++++++++++++++++ projects/rocprofiler-sdk/README.md | 1 + 3 files changed, 54 insertions(+) create mode 100644 projects/rocprofiler-sdk/.gitignore create mode 100644 projects/rocprofiler-sdk/LICENSE create mode 100644 projects/rocprofiler-sdk/README.md diff --git a/projects/rocprofiler-sdk/.gitignore b/projects/rocprofiler-sdk/.gitignore new file mode 100644 index 0000000000..259148fa18 --- /dev/null +++ b/projects/rocprofiler-sdk/.gitignore @@ -0,0 +1,32 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app diff --git a/projects/rocprofiler-sdk/LICENSE b/projects/rocprofiler-sdk/LICENSE new file mode 100644 index 0000000000..9f5c6dea78 --- /dev/null +++ b/projects/rocprofiler-sdk/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 ROCm Developer Tools + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. diff --git a/projects/rocprofiler-sdk/README.md b/projects/rocprofiler-sdk/README.md new file mode 100644 index 0000000000..0a63353521 --- /dev/null +++ b/projects/rocprofiler-sdk/README.md @@ -0,0 +1 @@ +# rocprofiler-v2-internal \ No newline at end of file