Skip to content

Commit

Permalink
Add dummy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsu-amd committed Aug 9, 2024
1 parent 95f75b6 commit 12ce65e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

# dummy line

cmake_minimum_required(VERSION 3.21.3 FATAL_ERROR)
project(ROCm-SDK-Examples LANGUAGES CXX VERSION 6.2.0)
enable_testing()
Expand Down
2 changes: 2 additions & 0 deletions HIP-Basic/hello_world/main.hip
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

# dummy line

#include "example_utils.hpp"

#include <hip/hip_runtime.h>
Expand Down

0 comments on commit 12ce65e

Please sign in to comment.