Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
IntelPython
/
dpctl
Public
Notifications
You must be signed in to change notification settings
Fork
40
Star
129
Code
Issues
38
Pull requests
10
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Add Python bindings for SYCL IPC memory via dpctl
- #2331
#2331
Merged
ndgrigorian
merged 11 commits into
IntelPython:master
IntelPython/dpctl:master
from
zxue2:enable_ipc_mem
zxue2/dpctl:enable_ipc_mem
Copy head branch name to clipboard
Jul 8, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Add Python bindings for SYCL IPC memory via dpctl
#2331
ndgrigorian
merged 11 commits into
IntelPython:master
IntelPython/dpctl:master
from
zxue2:enable_ipc_mem
zxue2/dpctl:enable_ipc_mem
Copy head branch name to clipboard
Commits
Commits on Jul 8, 2026
Add Python bindings for SYCL IPC memory via dpctl
Show description for fe490f7
zxue2
committed
fe490f7
View commit details
Copy full SHA for fe490f7
Browse repository at this point
Add aspect::ext_oneapi_ipc_memory for SyclDevice
Show description for 5829bcc
zxue2
committed
5829bcc
View commit details
Copy full SHA for 5829bcc
Browse repository at this point
Move IPC memory API from dpctl.ipc to dpctl.memory
Show description for fc32834
zxue2
committed
fc32834
View commit details
Copy full SHA for fc32834
Browse repository at this point
add MemoryIPCDevice
ndgrigorian
authored and
zxue2
committed
c3085a3
View commit details
Copy full SHA for c3085a3
Browse repository at this point
correct MemoryUSMDevice to MemoryIPCDevice in docstrings
ndgrigorian
authored and
zxue2
committed
b79f556
View commit details
Copy full SHA for b79f556
Browse repository at this point
fix: prevent double-close of IPC memory handle in MemoryIPCDevice
Show description for c5008a4
zxue2
committed
c5008a4
View commit details
Copy full SHA for c5008a4
Browse repository at this point
Remove unnecessary context parameters
Show description for 356ee5e
zxue2
committed
356ee5e
View commit details
Copy full SHA for 356ee5e
Browse repository at this point
public IPC class and update the docs
Show description for 85d4e18
zxue2
committed
85d4e18
View commit details
Copy full SHA for 85d4e18
Browse repository at this point
replace _Memory with MemoryUSMDevice for IPC functions
Show description for 8f533ff
zxue2
committed
8f533ff
View commit details
Copy full SHA for 8f533ff
Browse repository at this point
add IPCMemoryHandle.is_available to test_sycl_ipc_memory.py
Show description for a437863
zxue2
committed
a437863
View commit details
Copy full SHA for a437863
Browse repository at this point
Make create_ipc_from_usm_pointer_size_qref sole ownership of IPC mapping
Show description for 18f660d
zxue2
committed
18f660d
View commit details
Copy full SHA for 18f660d
Browse repository at this point
You can’t perform that action at this time.