Commit 4a6dd5a
BlockManager copy constructor fix
Remove unwanted copying of BlockManager in UT.
Also Delete BlockManager copy constructor & operator= so this mistake is
never repeated.
Signed-off-by: Tomer Shmilovich <[email protected]>1 parent a36ac45 commit 4a6dd5a
File tree
2 files changed
+5
-2
lines changed- cpp
- include/tensorrt_llm/batch_manager
- tests/unit_tests/batch_manager
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
857 | 860 | | |
858 | 861 | | |
859 | 862 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2115 | 2115 | | |
2116 | 2116 | | |
2117 | 2117 | | |
2118 | | - | |
| 2118 | + | |
2119 | 2119 | | |
2120 | 2120 | | |
2121 | 2121 | | |
| |||
2215 | 2215 | | |
2216 | 2216 | | |
2217 | 2217 | | |
2218 | | - | |
| 2218 | + | |
2219 | 2219 | | |
2220 | 2220 | | |
2221 | 2221 | | |
| |||
0 commit comments