-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NVIDIA] Add Multi-graph Feature to NVIDIA Plugin #710
[NVIDIA] Add Multi-graph Feature to NVIDIA Plugin #710
Commits on Aug 30, 2023
-
[NVIDIA] Change CudaGraphTopologyRunner/SubGraph to aggregation from …
…inheritance
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 2f0468c - Browse repository at this point
Copy the full SHA 2f0468cView commit details -
[NVIDIA] Add new constructor to SubGraph
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for df7a759 - Browse repository at this point
Copy the full SHA df7a759View commit details -
[NVIDIA] Update CudaGraphContext to use vectors
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for fcc6096 - Browse repository at this point
Copy the full SHA fcc6096View commit details -
[NVIDIA] Extract inputs/outputs to TensorMappingContext
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 590db80 - Browse repository at this point
Copy the full SHA 590db80View commit details -
[NVIDIA] Update SubGraph to use direct exec_sequence_ and std::shared…
…_ptr<MemoryManager>
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 05e13e7 - Browse repository at this point
Copy the full SHA 05e13e7View commit details -
[NVIDIA] Add CudaGraphInfo and update CudaGraphContext to use them
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 9c0ed5d - Browse repository at this point
Copy the full SHA 9c0ed5dView commit details -
[NVIDIA] Fix single-graph tests
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 2ff31ec - Browse repository at this point
Copy the full SHA 2ff31ecView commit details -
[NVIDIA] Add CudaMultiGraphTest test
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for b035b80 - Browse repository at this point
Copy the full SHA b035b80View commit details -
[NVIDIA] Add SubGraph::IsCudaGraphCompatible() cache
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 6af3486 - Browse repository at this point
Copy the full SHA 6af3486View commit details -
[NVIDIA] Add execute_sequence/capture_sequence member functions to Pr…
…ofiler
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for cfba412 - Browse repository at this point
Copy the full SHA cfba412View commit details -
[NVIDIA] Enable TensorIterator to use Profiler::execute_sequence()
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for e305986 - Browse repository at this point
Copy the full SHA e305986View commit details -
[NVIDIA] Enable SubGraph to use Profiler::execute/capture_sequence()
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 26703db - Browse repository at this point
Copy the full SHA 26703dbView commit details -
[NVIDIA] Extract ITopologyRunner into the separate header
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 39baa30 - Browse repository at this point
Copy the full SHA 39baa30View commit details -
[NVIDIA] Update tests to include cuda_eager_topology_runner.hpp
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for a493f44 - Browse repository at this point
Copy the full SHA a493f44View commit details -
[NVIDIA] Add IExecutionDelegator
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 8277039 - Browse repository at this point
Copy the full SHA 8277039View commit details -
[NVIDIA] Add cuda_perf_counts.hpp
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 3e4a839 - Browse repository at this point
Copy the full SHA 3e4a839View commit details -
[NVIDIA] Add SimpleExecutionDelegator class and use it when profiling…
… is not needed
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 3d820b1 - Browse repository at this point
Copy the full SHA 3d820b1View commit details -
[NVIDIA] Update tests to use SimpleExecutionDelegator
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for d326be2 - Browse repository at this point
Copy the full SHA d326be2View commit details -
[NVIDIA] Add updateExecSequence() to TensorIteratorOp
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 5d27fc7 - Browse repository at this point
Copy the full SHA 5d27fc7View commit details -
[NVIDIA] Update TensorIteratorOp::IsCudaGraphCompatible() to use SubG…
…raph implementation
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 9395549 - Browse repository at this point
Copy the full SHA 9395549View commit details -
Andrii Pavliuk committed
Aug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 93c99d2 - Browse repository at this point
Copy the full SHA 93c99d2View commit details -
Andrii Pavliuk committed
Aug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 1d59b6e - Browse repository at this point
Copy the full SHA 1d59b6eView commit details -
[NVIDIA] Rename functions to correspond to OV coding style
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 6f5a407 - Browse repository at this point
Copy the full SHA 6f5a407View commit details -
[NVIDIA] Add number_of_cuda_graphs property
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 7cf15dd - Browse repository at this point
Copy the full SHA 7cf15ddView commit details -
[NVIDIA] Fix and update SimpleExecutionDelegator
Andrii Pavliuk committedAug 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 8f32a6b - Browse repository at this point
Copy the full SHA 8f32a6bView commit details
Commits on Aug 31, 2023
-
[NVIDIA] Fix build error on some configurations
Andrii Pavliuk committedAug 31, 2023 Configuration menu - View commit details
-
Copy full SHA for cbba769 - Browse repository at this point
Copy the full SHA cbba769View commit details -
[NVIDIA] Temporary disable CUDA graph compatibility for TensorIterator
Andrii Pavliuk committedAug 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 5699b60 - Browse repository at this point
Copy the full SHA 5699b60View commit details