Skip to content

Commit 35fbf01

Browse files
committed
Update comgr for March 2025 RDTS release.
1 parent da508ad commit 35fbf01

File tree

6 files changed

+5376
-1927
lines changed

6 files changed

+5376
-1927
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ include_directories(AFTER ${COMGR_INCLUDE_DIR} )
99

1010
# Add all header and source files within the directory to the library.
1111
file (GLOB CPP_INC
12-
"Src/ComgrUtils.h"
12+
"source/comgr_utils.h"
1313
)
1414

1515
# Add all source files found within this directory.
1616
file (GLOB CPP_SRC
17-
"Src/ComgrUtils.cpp"
17+
"source/comgr_utils.cpp"
1818
)
1919

2020
# Pick up the source files that are relevant to the platform
2121
add_library(${PROJECT_NAME} STATIC ${CPP_SRC} ${CPP_INC})
2222

23-
# Added since ComgrUtils is included in a dynamic object (RgpFileAnalyzer)
23+
# Added since comgr_utils is included in a dynamic object (RgpFileAnalyzer)
2424
set_property(TARGET ${PROJECT_NAME} PROPERTY POSITION_INDEPENDENT_CODE ON)
2525

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018 Advanced Micro Devices, Inc. All rights reserved.
1+
Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)