Skip to content

Commit 752f93f

Browse files
authored
Split dali_backend.cc (#81)
Signed-off-by: Rafal <[email protected]>
1 parent 7386cab commit 752f93f

File tree

6 files changed

+525
-388
lines changed

6 files changed

+525
-388
lines changed

src/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2020 NVIDIA CORPORATION
3+
# Copyright (c) 2020-2021 NVIDIA CORPORATION & AFFILIATES
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy of
66
# this software and associated documentation files (the "Software"), to deal in
@@ -26,6 +26,8 @@ add_subdirectory(dali_executor)
2626
add_library(
2727
triton-dali-backend SHARED
2828
dali_backend.cc
29+
dali_model_instance.cc
30+
dali_model.cc
2931
utils/triton.cc
3032
)
3133

0 commit comments

Comments
 (0)