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
/
dpnp
Public
Notifications
You must be signed in to change notification settings
Fork
27
Star
128
Code
Issues
52
Pull requests
23
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
using
syrk
for performing special cases of matrix multiplication
- #2509
#2509
Merged
vtavana
merged 17 commits into
master
IntelPython/dpnp:master
from
syrk
IntelPython/dpnp:syrk
Copy head branch name to clipboard
Jul 12, 2025
Conversation
Commits
17
(17)
Checks
Files changed
Merged
using
syrk
for performing special cases of matrix multiplication
#2509
vtavana
merged 17 commits into
master
IntelPython/dpnp:master
from
syrk
IntelPython/dpnp:syrk
Copy head branch name to clipboard
Commits
Commits on Jul 3, 2025
impl-syrk
Vahid Tavanashad
committed
949326f
View commit details
Copy full SHA for 949326f
Browse repository at this point
address comments
Vahid Tavanashad
committed
8a39e55
View commit details
Copy full SHA for 8a39e55
Browse repository at this point
fix an issue for F-contiguous arrays
Vahid Tavanashad
committed
6057823
View commit details
Copy full SHA for 6057823
Browse repository at this point
update error message when backend function is not available for specific dtype
Vahid Tavanashad
committed
dc0081a
View commit details
Copy full SHA for dc0081a
Browse repository at this point
use syrk for int dtypes when possible
Vahid Tavanashad
committed
04d72f8
View commit details
Copy full SHA for 04d72f8
Browse repository at this point
use .T for numpy array tranpose
Vahid Tavanashad
committed
3d4c171
View commit details
Copy full SHA for 3d4c171
Browse repository at this point
Merge branch 'master' into syrk
vtavana
authored
1ba24aa
View commit details
Copy full SHA for 1ba24aa
Browse repository at this point
remove unnecessary setup_method
Vahid Tavanashad
committed
f5dc9ab
View commit details
Copy full SHA for f5dc9ab
Browse repository at this point
avoid unnecessary copy of x2 in syrk
Vahid Tavanashad
committed
03d08c5
View commit details
Copy full SHA for 03d08c5
Browse repository at this point
use syrk for boolean dtypes when possible
Vahid Tavanashad
committed
5898507
View commit details
Copy full SHA for 5898507
Browse repository at this point
Merge branch 'master' into syrk
vtavana
authored
8592575
View commit details
Copy full SHA for 8592575
Browse repository at this point
Commits on Jul 8, 2025
Merge branch 'master' into syrk
Vahid Tavanashad
committed
2bcbf36
View commit details
Copy full SHA for 2bcbf36
Browse repository at this point
Commits on Jul 9, 2025
use two copy kernel
Vahid Tavanashad
committed
f2425e9
View commit details
Copy full SHA for f2425e9
Browse repository at this point
Commits on Jul 10, 2025
simplify copy kernel implementation
Vahid Tavanashad
committed
22a4bbc
View commit details
Copy full SHA for 22a4bbc
Browse repository at this point
Merge branch 'master' into syrk
Vahid Tavanashad
committed
719d200
View commit details
Copy full SHA for 719d200
Browse repository at this point
Commits on Jul 12, 2025
Merge branch 'master' into syrk
vtavana
authored
e8ae77a
View commit details
Copy full SHA for e8ae77a
Browse repository at this point
use contexpr for defining is_row_major
Vahid Tavanashad
committed
a45a747
View commit details
Copy full SHA for a45a747
Browse repository at this point
You can’t perform that action at this time.