Skip to content

Commit 1d5092e

Browse files
committed
Accept Rename
Renamed 'string_utilities.*' to 'string_utils.*' as requested.
1 parent 642f74e commit 1d5092e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ add_library(
282282
src/libtorch_utils.h
283283
src/model_instance_state.cc
284284
src/model_state.cc
285-
src/string_utilities.cc
285+
src/string_utils.cc
286286
)
287287

288288
add_library(

src/string_utilities.cc renamed to src/string_utils.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2525
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

27-
#include "string_utilities.hh"
27+
#include "string_utils.hh"
2828

2929

3030
namespace triton::backend::pytorch {
File renamed without changes.

0 commit comments

Comments
 (0)