Trusted Compute integration to Smart Intersection#2375
Open
SupriyaPamulpati wants to merge 4 commits intoopen-edge-platform:mainfrom
Open
Trusted Compute integration to Smart Intersection#2375SupriyaPamulpati wants to merge 4 commits intoopen-edge-platform:mainfrom
SupriyaPamulpati wants to merge 4 commits intoopen-edge-platform:mainfrom
Conversation
Signed-off-by: Supriya Pamulpati <[email protected]>
cdc6d4a to
eb92422
Compare
shahmitu
reviewed
Mar 31, 2026
| @@ -0,0 +1,229 @@ | |||
| # Secure Smart Intersection Agent Deployment with Trusted Compute | |||
There was a problem hiding this comment.
remove the document. This duplicate of Tutorial.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Trusted Compute (TC) Overview
Trusted Compute (TC) is a workload protection solution that leverages Intel Platform hardware capabilities. For detailed information, please refer to: https://docs.openedgeplatform.intel.com/2026.0/OEP-articles/application-security/trusted_compute_introduction.html
Recommended Use Case
TC is the recommended solution for protecting high-sensitivity assets such as AI models and AI pipelines. We propose deploying the DLSPS and VLM Serving microservices within the TC environment to provide runtime isolation and execution protection. This ensures that AI models and pipelines loaded into memory by these microservices remain isolated from other workloads and microservices running on the same device.
PR Changes Summary
This PR introduces modifications to the deployment of DLSPS deployment:
Fixes # (issue)
NA
Any Newly Introduced Dependencies
NA
How Has This Been Tested?
On the ArrowLake & PantherLake system using CPU compute. TC support Application usage of GPU device however in this version we have not validated. We will add the GPU support in future.
Checklist: